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

Downstream steps to execute only if STEP RC is 0 or 3501


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
morpheus007

New User


Joined: 27 Dec 2005
Posts: 58

PostPosted: Mon Mar 30, 2009 2:56 pm
Reply with quote

We have a proc wherein currently a step IN090 needs to have an RC of only 0 for the remaining steps to execute.

A change is being made to the program for the step and for a special case the step RC would be set to 3501

In the current proc all steps that run after IN090 have a cond of (0,NE,IN090) meaning if the RC of IN090 is not 0 then dont execute.

The new requirement would be -->If IN090 has an RC of 0 or 3501 then only execute.

However please give a solution without the use of IF/ELSE.

There are multiple conditions clubbed together and hence we dont want to use IF/ELSE

Can it be coded on the cond without using IF/ELSE
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Mar 30, 2009 4:18 pm
Reply with quote

I suggest that you use IF / THEN / ELSE processing
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts Fetch data from programs execute (dat... DB2 3
No new posts CA7 deleting files in steps after job... CA Products 4
Search our Forums:

Back to Top