-
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.
- Loading branch information
1 parent
a8207d3
commit 08b3413
Showing
4 changed files
with
108 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
23 changes: 23 additions & 0 deletions
23
rpgJavaInterpreter-core/src/test/resources/smeup/MUDRNRAPU00117.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,23 @@ | ||
D MSG S 30 | ||
D COUNT S 3 0 INZ(1) | ||
|
||
D A146 S 14 6 DIM(9) INZ | ||
|
||
C EXSR SHOR_RES | ||
C MOVEA 123 A146 | ||
C EXSR SHOR_RES | ||
|
||
C SETON LR | ||
|
||
|
||
|
||
C SHOR_RES BEGSR | ||
|
||
C EVAL COUNT=1 | ||
C 10 DOUEQ COUNT | ||
C EVAL MSG=%CHAR(A146(COUNT)) | ||
C MSG DSPLY | ||
C EVAL COUNT+=1 | ||
C ENDDO | ||
|
||
C ENDSR |
23 changes: 23 additions & 0 deletions
23
rpgJavaInterpreter-core/src/test/resources/smeup/MUDRNRAPU00118.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,23 @@ | ||
D MSG S 30 | ||
D COUNT S 3 0 INZ(1) | ||
|
||
D A142 S 14 2 DIM(9) INZ | ||
|
||
C EXSR SHOR_RES | ||
C MOVEA 12345 A142 | ||
C EXSR SHOR_RES | ||
|
||
C SETON LR | ||
|
||
|
||
|
||
C SHOR_RES BEGSR | ||
|
||
C EVAL COUNT=1 | ||
C 10 DOUEQ COUNT | ||
C EVAL MSG=%CHAR(A142(COUNT)) | ||
C MSG DSPLY | ||
C EVAL COUNT+=1 | ||
C ENDDO | ||
|
||
C ENDSR |
23 changes: 23 additions & 0 deletions
23
rpgJavaInterpreter-core/src/test/resources/smeup/MUDRNRAPU00119.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,23 @@ | ||
D MSG S 30 | ||
D COUNT S 3 0 INZ(1) | ||
|
||
D A140 S 14 0 DIM(9) INZ | ||
|
||
C EXSR SHOR_RES | ||
C MOVEA 123 A140 | ||
C EXSR SHOR_RES | ||
|
||
C SETON LR | ||
|
||
|
||
|
||
C SHOR_RES BEGSR | ||
|
||
C EVAL COUNT=1 | ||
C 10 DOUEQ COUNT | ||
C EVAL MSG=%CHAR(A140(COUNT)) | ||
C MSG DSPLY | ||
C EVAL COUNT+=1 | ||
C ENDDO | ||
|
||
C ENDSR |