-
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 #671 from smeup/feature/LS24005143/indicators-with…
…-define Feature/ls24005143/indicators with define
- Loading branch information
Showing
5 changed files
with
58 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
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,6 @@ | ||
V* ============================================================== | ||
D* 02/12/24 | ||
D* Purpose: Must fire the following errors during execution of | ||
D* line 6 - Data reference *IN10 not resolved | ||
V* ============================================================== | ||
C *LIKE DEFINE *IN10 XIN10 |
15 changes: 15 additions & 0 deletions
15
rpgJavaInterpreter-core/src/test/resources/smeup/MUDRNRAPU00273.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,15 @@ | ||
V* ============================================================== | ||
V* 28/11/2024 APU002 Creation | ||
V* ============================================================== | ||
O * PROGRAM GOAL | ||
O * DEFINE on an indicator | ||
V* ============================================================== | ||
O * JARIKO ANOMALY | ||
O * Before the fix, jariko throw a DataReference error | ||
V* ============================================================== | ||
C SETON 10 | ||
C EVAL XIN10=*ON | ||
C XIN10 DSPLY | ||
C EVAL XIN10=*OFF | ||
C XIN10 DSPLY | ||
C *LIKE DEFINE *IN10 XIN10 |