I have a situation where I am extracting information from a REXX function and placing it into a REXX variable, such as:
DATE_MONTH = DATE(M)
I am using these REXX variables to allocate files which will be used on a monthly basis, such as:
"ALLOC DA('xxxxxxxx.CCINP."DATE_MONTH"') NEW...
There are times when I feel I travel a mile, just to realize I only had to go a foot. That seems to have been the case here. Thanks for keeping me on track.
Thank you all for your helpful and clear suggestions to my REXX programming dilemma. However it took a little research on IbmLink to get the complete picture of my response to this issue. Here's the answer for anyone with a future similar problem.
/* REXX ISREDIT TEST */...
I am not running this job in the background. I am executing it from a standard TSO.6 screen, and I do have all the appropriate allocations for my session. visavis Panellb, Message, Skeleton, etc.I located the ISREDIT load module being loaded in PLPA, so it is being found on the system. I have...
Hello out there,
I am a fair novice at REXX coding, but I have been experimenting with changing ISPF environments. I have been attempting to EDIT a series of members in a PDS with little luck. When I try to use the ADDRESS ISREDIT instruction with variables or commands, I receive a +++ RC(20)...
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.