Success. I was unable to build a CHANGE command that REXX would interpret correctly by using a combination of variables and literals in the CHANGE command. However, by building the FROM literal outside of the CHANGE command, REXX would let me use it as is. Below is the code that worked...
I am new at REXX and, as such, I may be trying to solve the problem in an un-rexx like fashion. However, I have tried quoting, double quoting, multiple ampersands, ampersands followed and preceeded by periods, and a number of other approaches that probably make no logical sense at all.
Shown...
Thanks for getting back to me so quickly.
This is intended to be a generic loop that will handle a list of symbolics and overrides. So, I need to be able to build a change command that will include an ampersand+the variable symbolic+a period (&+OVRD+.). In the example shown above, the OVRD...
I am trying to convert a Proc Symbolic to the Proc Override. For example:
the Proc contains: SYS=PP2
I store these values in my REXX as:
Symbolic = 'SYS'
Override = 'PP2'
The JCL contains:
DSN=&SYS..&CYCL&STMT&STRM.240.CDF.SORTED&GENOUT
My objective is to write a change command that will...
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.