Try to add "ADDRESS ISPEXEC" in front of the LIBDEF command, that should do the trick.
If you use ISRDDN you won't see the library in the ISPLLIB concatenation but in an ISPxxxx DD-name.
Hope this helps.
Wolfgang
Sorry, KiwiREXXDude, this won't work on standard REXX. Arguments to the call statement (or function calls) are always 'call by value' arguments - not 'call by reference'. This means you can only pass a single value as an argument.
If it is an internal subroutine - as in your sample - the stem...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.