Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by EduardoJacob

  1. EduardoJacob

    Passing variables to REXX PANEXIT

    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...
  2. EduardoJacob

    Passing variables to REXX PANEXIT

    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...

Part and Inventory Search

Back
Top