-
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
40a45b0
commit a01bdf0
Showing
2 changed files
with
29 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
16 changes: 16 additions & 0 deletions
16
rpgJavaInterpreter-core/src/test/resources/symboltable/STDSUNQUALIFIED1.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,16 @@ | ||
V* ============================================================== | ||
V* 24/11/2024 APU001 Creation | ||
V* ============================================================== | ||
O * PROGRAM GOAL | ||
O * In this test we have a Data Structure declared as not | ||
O * `QUALIFIED` by using `EXTNAME` keyword. | ||
O * When I use a set (by `EVAL`) for a field without dot notation, | ||
O * the parent DS must be find in parent of Symbol Table. | ||
V* ============================================================== | ||
D DS1 E DS EXTNAME(ST01) INZ | ||
|
||
C EVAL ST01_COL1='FOO' | ||
C ST01_COL1 DSPLY | ||
|
||
C SETON LR | ||
|