JCL Condition

Hi Friends,
question am going to ask is very simple but suggest me your way of thinking
am having 5 steps, i want to keep cond(condition code) for 4th step, in which the 4th step run only all the above three steps must get abend. If any one of the first 3 steps run successful the step-4 must by-pass.
If any mistakes are there please excuse me.

Questions by mannurusrinivasulareddy   answers by mannurusrinivasulareddy

Showing Answers 1 - 9 of 9 Answers

sathish

  • Sep 14th, 2012
 

In fourth step mention cond(0,eq)

  Was this answer useful?  Yes

Gunesh

  • Feb 21st, 2013
 

the best way for this problem is give cond=only.

  Was this answer useful?  Yes

kannan

  • Apr 7th, 2013
 

place Cond=(0,EQ,step1),(0,EQ,step2),(0,EQ,step3) in the the 4th step

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions