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

REXX to submit jcl based on RC


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

New User


Joined: 07 Jan 2008
Posts: 27
Location: bangalore

PostPosted: Tue Apr 29, 2008 4:11 pm
Reply with quote

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

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Apr 29, 2008 4:12 pm
Reply with quote

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

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Apr 29, 2008 4:14 pm
Reply with quote

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

New User


Joined: 07 Jan 2008
Posts: 27
Location: bangalore

PostPosted: Tue Apr 29, 2008 4:18 pm
Reply with quote

I cannot go for Schedulers due to restrictions.

Anyways thanks for the quick responses.
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 isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top