Good catch Frank!! I am deleting it in another step because I am calling routine CONCAT. But I should have deleted it as you have shown.
Thnak for all of the help.
Chnages were made to add a called routine to the REXX statements shown before:
/* --CONCAT--------------------------- */
CONCAT:
"(START) = LINENUM .ZFIRST"
"(END) = LINENUM .ZLAST"
LAST = END + 1
PNTR = START
DO WHILE PNTR < LAST
"(RECORD) = LINE &PNTR"
IF POS("-",RECORD) > 0 THEN...
My thanks to Frank and Steve for thier responses. I think that Frank is correct and I can delete the "-" (dash) and then concatenate the next line to the first line and then delete the second line after I place it on the end of the first line. I found an example of how to do the concatenate in...
Hi Steve,
I am having a problem with the contination to the next line on the exec when issuing a TSS or TSO command. What we do is issue TSS or TSO commands from a PDS member using $RUN and then we trap the output. The PDS member is up to 255 characters long for each line, but some commands are...
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.