|
|
| Author |
Message |
harishch_ch
New User
Joined: 07 Jan 2008 Posts: 14 Location: bangalore
|
|
|
|
Hi,
I tried searching for a REXX tool which can submit JCLs present in the PDS,based on the Return Code of the earlier JCL. |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 29, 2008 4:11 pm Post subject: Re: REXX to submit jcl based on RC |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2417 Location: italy
|
|
|
|
cannot be done ( in a simple way ) ...
use a scheduler
or insert in each job a step to submit the successor after having checked the cond codes
anyway the issue has been already debated to death |
|
| Back to top |
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1802 Location: Israel
|
|
|
|
There is no such tool, as far as I know. You will have to write your own REXX.
Some schedulers might be usefull as they can trigger a job based on the completion code of a previous job.
O. |
|
| Back to top |
|
 |
harishch_ch
New User
Joined: 07 Jan 2008 Posts: 14 Location: bangalore
|
|
|
|
I cannot go for Schedulers due to restrictions.
Anyways thanks for the quick responses. |
|
| Back to top |
|
 |
|
|