-
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 #399 from smeup/bugfix/NW23001440/call_not_existen…
…t_pgm bugfix/NW23001440/error indicator on nonexistent program call
- Loading branch information
Showing
3 changed files
with
41 additions
and
1 deletion.
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
15 changes: 15 additions & 0 deletions
15
rpgJavaInterpreter-core/src/test/resources/smeup/T20_A10_P05.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 @@ | ||
D £DBG_Str S 2560 Stringa | ||
D TXT S 10 | ||
* Test indicator 35 activation when CALL non existent pgm | ||
C CALL 'XXXXXX_YY' 35 | ||
C EVAL £DBG_Str=%CHAR(*IN35) | ||
C £DBG_Str DSPLY | ||
* | ||
C EVAL TXT='PING' | ||
C CALL 'ECHO_PGM' 35 | ||
C PARM TXT | ||
C | ||
C EVAL £DBG_Str=%CHAR(*IN35) | ||
C £DBG_Str DSPLY | ||
* | ||
C SETON LR |