-
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 #615 from smeup/bugfix/LS24004104/error-movel-for-…
…input-string Bugfix/LS24004104/error-movel-for-input-string
- Loading branch information
Showing
3 changed files
with
33 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
25 changes: 25 additions & 0 deletions
25
rpgJavaInterpreter-core/src/test/resources/smeup/MUDRNRAPU01103.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,25 @@ | ||
V* ============================================================== | ||
V* 19/09/2024 APU011 Creation | ||
V* 25/09/2024 APU011 Edit | ||
V* ============================================================== | ||
O * PROGRAM GOAL | ||
O * Verifies the conversion of values to a numeric data structure | ||
O * when using a blank string and displays the results. | ||
V* ============================================================== | ||
O * JARIKO ANOMALY | ||
O * Before the fix, the error occurred was: | ||
O * Issue executing MoveLStmt at line 22. For | ||
O * input string: " " | ||
V* ============================================================== | ||
D PER$DS DS 100 | ||
D T$PERI 19 26 | ||
|
||
DK§CF DS | ||
D K$DE 8 0 | ||
|
||
C EVAL K$DE=1 | ||
C K$DE DSPLY | ||
C MOVEL(P) T$PERI K$DE #MoveLStmt at line 22. For input string: " " | ||
C K$DE DSPLY | ||
|
||
C SETON LR |