-
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 branch 'develop' into bugfix/LS24004845/resolution-leaking-error
- Loading branch information
Showing
3 changed files
with
38 additions
and
2 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
23 changes: 23 additions & 0 deletions
23
rpgJavaInterpreter-core/src/test/resources/smeup/MUDRNRAPU00161.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 @@ | ||
V* ============================================================== | ||
V* 11/11/2024 APU001 Creation | ||
V* ============================================================== | ||
O * PROGRAM GOAL | ||
O * MOVEL between a DS field without initialization to an | ||
O * integer variable declared inline. | ||
V* ============================================================== | ||
O * JARIKO ANOMALY | ||
O * Before the fix: | ||
O * `Issue executing MoveLStmt at line 19. For input | ||
O * string: " 00000"` | ||
V* ============================================================== | ||
D DS1 DS 3 | ||
D DS1_D1 1 3 | ||
D TMP S 10 | ||
|
||
C EVAL TMP=%CHAR(DS1_D1) | ||
C TMP DSPLY | ||
C MOVEL(P) DS1_D1 INVAR 8 0 #Issue executing MoveLStmt at line 19. For input string: " 00000" | ||
C EVAL TMP=%CHAR(INVAR) | ||
C TMP DSPLY | ||
|
||
C SETON LR |