No. You cannot.
You must eliminate the keyword PROCEDURE, because it does all variables in the procedure local.
Perhaps you should use the REXX stack for that instead of stem variables.
Hope this help you
Hello all.
I'm running a JES command from a REXX ($D N,ALL) and I want to collect all output from it, but I'm only getting the first item. My REXX code is the follow:
COMANDO = '$D N,ALL'
"CONSOLE DEACTIVATE"
"CONSPROF SOLDISP(NO)...
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.