-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #541 from smeup/bugfix/LS24002930/define-instateme…
…nt-defs Bugfix/ls24002930/define instatement defs
- Loading branch information
Showing
4 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
rpgJavaInterpreter-core/src/test/resources/smeup/MUDRNRAPU00213.rpgle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
D £DBG_Str S 2 | ||
C £G00 BEGSR | ||
* | ||
C Z-ADD $1 £G00$1 | ||
C Z-ADD $2 £G00$2 | ||
C Z-ADD $3 £G00$3 | ||
|
||
C Z-ADD 01 £G00A1 2 0 | ||
C Z-ADD 02 £G00A2 2 0 | ||
C Z-ADD 03 £G00A3 2 0 | ||
C Z-ADD 04 £G00D1 2 0 | ||
C Z-ADD 05 £G00D2 2 0 | ||
C Z-ADD 06 £G00D3 2 0 | ||
C Z-ADD 07 £G00E2 2 0 | ||
C Z-ADD 08 £G00E3 2 0 | ||
C Z-ADD 10 £G00R1 2 0 | ||
C Z-ADD 60 £G00R2 2 0 | ||
* | ||
C 0 IFEQ 0 | ||
C Z-ADD £G00A1 $1 5 0 | ||
C Z-ADD £G00A2 $2 5 0 | ||
C Z-ADD £G00A3 $3 5 0 | ||
C ENDIF | ||
* | ||
C Z-ADD £G00$1 $1 | ||
C Z-ADD £G00$2 $2 | ||
C Z-ADD £G00$3 $3 | ||
C *LIKE DEFINE $1 £G00$1 | ||
C *LIKE DEFINE $2 £G00$2 | ||
C *LIKE DEFINE $2 £G00$3 | ||
* | ||
C ENDSR | ||
C EVAL £DBG_Str='ok' | ||
C £DBG_Str DSPLY |