IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Multiple Jobs submission from a PDS library using REXX/ISPF


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
suryamtechcse
Warnings : 1

New User


Joined: 28 Apr 2006
Posts: 9
Location: Chennai

PostPosted: Fri May 03, 2013 10:48 am
Reply with quote

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
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri May 03, 2013 11:37 am
Reply with quote

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 icon_cool.gif
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri May 03, 2013 7:23 pm
Reply with quote

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 icon_confused.gif

This can be moved to the JCL part of the forum if that is a better place for it.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top