-
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
06b42f1
commit 9ed7884
Showing
2 changed files
with
16 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
10 changes: 10 additions & 0 deletions
10
rpgJavaInterpreter-core/src/test/resources/smeup/T10_A20_P19.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,10 @@ | ||
D £DBG_Str S 50 VARYING | ||
D A20_AR1 S 2 0 DIM(2) | ||
*************************************************************************** | ||
C Z-ADD 10 A20_AR1(1) | ||
C Z-ADD 20 A20_AR1(2) | ||
C EVAL £DBG_Str=%CHAR(A20_AR1(1)) | ||
C +%CHAR(A20_AR1(2)) | ||
* EXPECTED: 1020 | ||
C £DBG_Str DSPLY | ||
C SETON LR |