Hi,
Is there a way to display a stem. variable on an ISPF Panel and use the ZVARS = function?
I can display stem.1 stem.2 ... directly on the panel, but when I change the name to Z and use ZVARS = '(STEM.1 STEM.2)' I receive a message that the ZVARS must be alpha or numberic, so it's probably...
Hi,
I have several Rexx programs that create JCL, but I'm force to used the same Data Set name for all the Rexx Jobs that create JCL because I receive the error message.
* ISRD028
* Data set not cataloged
* 'TRNLDP.TEMP.JCL2' was not found in catalog.
* Current dialog statement:
* EDIT...
Hi,
Rexx1 calls Rexx2 passing a couple of parameters, using "call rexx2 p1 p2".
Rexx2 does 'arg p1 p2', does some number crunching and exits using "exit p2" p2 = 8 in this case.
But Rexx1 checks p2 and it's blank.
What am I missing here? I'd like Rexx1 to recognize p2 = 8...
"A command entered or contained in a CLIST has invalid syntax."
That's all my Rexx tells me. It appears to run correctly.
The process is to
From command line, enter TSO rexxname
Display First Panel
Select Option
Display Second Panel
Don't enter anything, just press PF3
Receive...
Hi,
I'm very new to Rexx, and 0S/390 in general.
Here's my problem, I hope you can help.
1. I have and ISPF panel with a Rexx running behind the panel.
2. The Rexx updates the panel each time the Rexx runs with the option selected on that run. There are several jobs to submit in sequence...
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.