I'am in the process of writing a tool in REXX which involves executing a few SQL querries whose results are written into datasets.
The problem is that after the results of one querry are written int ...
I need to monitor a JCL that I'm submitting thru my REXX code, and make my further REXX code wait and execute only after successful completion of this JCL.
Can someone pls help !