i have 5 steps to execute in that i want to skip 3nd step
and start execute from forth step how can u do this.
Answer Posted / sachin
put cond=(o,LE) in step3
and in step4 keep cond =even
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the difference between jcl and jes?
how to run batch program without jcl?
Is automatic restart possible in jcl?
Describe the various parameters utilized in the creation of a gdg?
What is multithreading in jcl?
What are the parameter we cannot use in procedure?
what is the use of IEBGENER utility?
Explain the jcl exec statement?
what is use of disp parameter in dd statement?
how do you access an uncataloged dataset in a jcl?
What is catelog procedure and how many catelog procedure to use in one job?
Is their any set of rules for dd? Explain.
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what is use of dsn parameter in dd statement?