View previous topic :: View next topic
|
Author |
Message |
suryamtechcse Warnings : 1 New User
Joined: 28 Apr 2006 Posts: 9 Location: Chennai
|
|
|
|
My Requirement:
I have 9 jobs to be submitted among 30000 jobs from a PDS library and also I need to change input file in the first job out 9 jobs. And also based on return code of first job(ie, should be MAXCC =0 or 4 and if MAXCC > 4 then capture in one sequential file and stop running the jobs). Submit second job only if first job's MAXCC=0 or 4.
I am bit new to REXX. I just want to know which way can I follow. Please suggest me some detailed steps on this. Please share me your thoughts. |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10889 Location: italy
|
|
|
|
Quote: |
I am bit new to REXX. I just want to know which way can I follow. Please suggest me some detailed steps on this. Please share me your thoughts. |
do not try to write Your own scheduler FULL STOP
speak to Your operations support in order to use Youur scheduler to define the proper dependencies between jobs,
unfortunately the topic belongs to the category
Topics Not Eligible to Discuss in our Forum
ibmmainframes.com/viewtopic.php?t=20820&highlight=
and should be locked and moved where it belongs |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
If there is some reason to Not use the system scheduling software, is there some reason you cannot accomplich this by the use of condition codes in the JCL?
I saee no need for REXX
This can be moved to the JCL part of the forum if that is a better place for it. |
|
Back to top |
|
|
|