I am new to Rexx and JCL so please be kind..
I am writing a JCL Proc that will execute a REXX program. The program will read a file and write lines of text into multiple members. The member names will be found by the REXX program. My question is how do I write the members using the JCL Proc? So, I have my REXX EXECIO statement without my ALLOC and my JCL uses the label OUTDATA. My biggest problem is trying to get the JCL to understand the name of the new member it needs to write. The JCL does know the PDS that the member belongs to. I hope I was clear enough. Thank you in advance for your help.
I am writing a JCL Proc that will execute a REXX program. The program will read a file and write lines of text into multiple members. The member names will be found by the REXX program. My question is how do I write the members using the JCL Proc? So, I have my REXX EXECIO statement without my ALLOC and my JCL uses the label OUTDATA. My biggest problem is trying to get the JCL to understand the name of the new member it needs to write. The JCL does know the PDS that the member belongs to. I hope I was clear enough. Thank you in advance for your help.