How to check the MAXCC of a JCL submitted thru REXX?
We need to run a series of jobs. we need to run the second job only if the previos job has MAXCC = 0. How can this be done thru REXX?
Joined: 26 Apr 2004 Posts: 3383 Location: Charlotte,NC USA
If you search for "SDSF" you'll find many examples of how to use the batch interface to SDSF to retrieve job details from the JES output queue.
If that's not the information you're looking for, you'll need to give us more details, as native TSO/E REXX has no intrinsic functions to do what you're looking for.