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
in ways data can be passed to a COBOL program from JCL?
What is the maximum length of a single line of jcl?
Name a few IBM utility programs, and explain its function.
Where can program checkpoints be stored for use in a restart?
Which dd parameters are required?
Name the statement which can be used to send data to another mvs jes3 node?
What is the function of dd name parameter with a 2 part structure; audit.report?
When output dataset space is required, what quantity categories are used?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the difference between run mode and addressing mode?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What do you know about jcl?
Explain the function of the steplib dd statement?
How can a stopped job be started again?
Why include statement is used in a jcl?