i have 3 steps in my jcl, where i want to run only one step
at a time depending on the variable. How should i give the
condition statement... I have tried this with two steps
which is working but not able to add condn for the 3rd
step. can anyone help me... I want to know the cond stmt
which i can code in step 3 and step4, so that only either
step2 or step3 or step4 executes
Answer Posted / uday bhaskar
if we refer cond perameter with first step then we can
bypass the third and forth steps also
if you not refer then it will take return code of the above
step so if above step was bypass then all will bypas
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can we use DISP=SHR in output file in JCL
How does jcl act on a cobol code?
What statement can be used to send data to another mvs jes3 node?
How can values be passed from the job stream to an executable program?
What is the function of the dd dcb keyword?
For what purpose steplib and joblib are used ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
how do you code a null statement?
How to submit a jcl from cics?
what is use of disp parameter in dd statement?
What do you understand by jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain how can a jobs execution priority be modified?
What is the function of dd name parameter with a 2 part structure; audit.report?
how you can direct the data to spool using SYSOUT option?