Answer Posted / kalpana dwivedi
It is true that step can be skip using condition parameter
but COND=(0,LE) is not correct, as Cond parameter works on
reverse logic.
It should be COND=(0,GE) or (4096,LE)
That means step will not run if return code of previus step
is Greater than equal to zero or if the condition code of
previous step is less than equal to 4096.
| Is This Answer Correct ? | 13 Yes | 17 No |
Post New Answer View All Answers
Explain the function of dd disp parameter?
which utility is used to sort a file in jcl?
what is use of dcb parameter in dd statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the function of //jcllib statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain the function of //jcllib statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the function of job statement in 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?
What is the use of symbol // in jcl?
How jcl work to handle various input output file operations?
How does jcl act on code(if you take a cobol program)?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?