a job have 5 steps and it will executes a proc which have
5steps in it. now i have to execute step3 only when step2 of
proc executes successfully
Answer Posted / vinay sonar
You can de it by using COND parameter in step3.
Use always true condition which is
COND=(0,GT,STEP2) OR COND=(4095,LT,STEP2)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is use of dcb parameter in dd statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the purpose of disp parameter?
Explain the purpose of dd dummy statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
which utility is used a dummy utility?
For what purpose steplib and joblib are used ?
What is the motivation behind coding class parameter in job statement?
What are the difference between jcl and jes?
What is the purpose of dd dummy statement?
Explain about ISPF/TSO Commands
What is the function of dd disp parameter?
Is it possible to left uncode disp?
What are the parameter we cannot use in procedure?