Page 1 of 1

Capture return code... Using REXX

PostPosted: Mon May 24, 2010 10:35 am
by Balamurugan3
Hi...
I have an requirement in rexx..... where a jcl is submitted using rexx.. after which the submitted jcl has to be taken XDC in a dataset (This XDC JOB also handled by rexx )... So After first job completes (Whatever may be the return code) second job should initiate... Can any one tel me how to handle this using REXX....

Re: Capture return code... Using REXX

PostPosted: Mon May 24, 2010 12:10 pm
by dick scherrer
Hello,

Do not try this. . . Use the scheduling software already on the system . . .

There is no good reason to have a process "hanging around" until some other process completes. That is why scheduling software was written.

Re: Capture return code... Using REXX

PostPosted: Thu Jul 15, 2010 9:30 pm
by opcfkam
for your interesting, you must call system facilites to find out your jobs information

Re: Capture return code... Using REXX

PostPosted: Fri Jul 16, 2010 11:59 am
by expat
@opcfkam

You really do need to read the replies of the more experienced people who post here. Look at the reply from Dick. Read it, try to understand it.