Hi,
I have a REXX program. In the begining of program i submitted a JCL ( using QUEUE stack ). after submission of this JCL, i have few REXX lines which depends on the output of the JCL that was just submitted. In my execution what's happening was by the time JCL finishes its execution the next few REXX lines were completed and always getting wrong output.
If i could make REXX execution to halt for a while till JCL finishes its execution and resuming immediately once the JCL finishes then i'll get correct output. Any suggestion for this ?
Hope i made it clear.