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: 10889
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: 19243
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 Comment multiple lines in JCL for Tem... JCL & VSAM 4
No new posts purge jobs with return code 0 and ret... JCL & VSAM 6
No new posts Run rexx with JCL Job CLIST & REXX 1
No new posts Run rexx in batch job CLIST & REXX 7
No new posts Does anyone know rexx for VSE CLIST & REXX 3
Search our Forums:

Back to Top