Thanks to KiwiREXXDude.
His suggestion really worked
Putting in the panel:
&Var1 = 'value1'
&var2 = 'value2'
&varlist = 'var1,var2'
PanExit((&varlist),REXX,MyRexx)
The values 'value1' and 'value2' are really passed to the REXX.
Now, I was searching for this solution in order to try to...
I'm experimenting calling REXX Panexit from ISPF Panel using syntax:
PANEXIT((var1,var2,...),REXX,RexxName)
(on OS/390 2.10)
It's working fine.
Now, I've read at "ISPF Dialog Guide and Reference" that it is possible to pass a dialog variable that contains a list of names of...
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.