Skip to content

Conversation

@davidepalladino-apuliasoft
Copy link
Collaborator

Description

This work improves Jariko by adding the ability for IF statement to compare the left side *ZEROS with integer value, like this snippet:

     C                   IF        *ZEROS<999
     C     'TRUE'        DSPLY
     C                   ENDIF

Technical notes

ZeroValue has been improved by adding the missed logic of comparison.

Related to #LS25003713

Checklist:

  • If this feature involves RPGLE fixes or improvements, they are well-described in the summary.
  • There are tests for this feature.
  • RPGLE code used for tests is easily understandable and includes comments that clarify the purpose of this feature.
  • The code follows Kotlin conventions (run ./gradlew ktlintCheck).
  • The code passes all tests (run ./gradlew check).
  • Relevant documentation is included in the docs directory.

@davidepalladino-apuliasoft davidepalladino-apuliasoft changed the title bugfix/LS25003713/compare-zero-with-number bugfix/LS25003713/Compare *ZEROS with number Sep 17, 2025
@lanarimarco lanarimarco merged commit 65b9a25 into develop Sep 18, 2025
1 check passed
@lanarimarco lanarimarco deleted the bugfix/LS25003713/compare-zero-with-number branch September 24, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants