Author: sergeyken
Subject: REXX compiled via RXTCOMP
Posted: Tue Feb 07, 2017 9:41 pm (GMT 5.5)
Sorry, but I cannot find any explanation from available sources.
When already tested REXX code has been successfully compiled using REXXTOOLS RXTCOMP compiler, and then a binary load module created, it fails at run time when trying to call any TSO function, like OUTTRAP or whatever:
Kindly give me a clue where the external TSO functions (or any other external functions?) must be defined to be used with load module created from a compiled REXX code?
Subject: REXX compiled via RXTCOMP
Posted: Tue Feb 07, 2017 9:41 pm (GMT 5.5)
Sorry, but I cannot find any explanation from available sources.
When already tested REXX code has been successfully compiled using REXXTOOLS RXTCOMP compiler, and then a binary load module created, it fails at run time when trying to call any TSO function, like OUTTRAP or whatever:
Quote: |
212 +++ X=OUTTRAP("RES.") IRX0043I Error running TESTMOD1, line 212: Routine not found |
Kindly give me a clue where the external TSO functions (or any other external functions?) must be defined to be used with load module created from a compiled REXX code?