Page 1 of 1

Capturing the JOB details.

PostPosted: Wed Dec 28, 2011 4:20 pm
by gokulNmf
Hi,
While submitting the jcl, TSO prompts the JOB ID and related info about the job being submitted on the terminal. How can i capture this information while submitting the jcl through REXX? The objective is to write this information into a DATA SET after submitting JCLs.

Re: Capturing the JOB details.

PostPosted: Wed Dec 28, 2011 4:40 pm
by MrSpock
Use OUTTRAP.

Re: Capturing the JOB details.

PostPosted: Wed Dec 28, 2011 7:47 pm
by gokulNmf
Thank you MrSpock.