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 do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What are the rules employed while naming the steps in a job?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What do you understand by the term notcat 2 – gs?
How is a type of file defined in the jcl that executes the cobol program?
How jcl work to handle various input output file operations?
What are steplib and joblib? What for they are used?
Explain the function of dd disp parameter?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
can any one plzzzzzz tell the jcl code for creating ps using idcams
Which dd parameters are required?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What are steplib and joblib?
What do you know about jcl?
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?