When we use conditional statement in JCL using
if-then-else-endif, IF statement is true, the step is
bypassed or executed?
Answer Posted / praveen bejjanki
JCL has 2 statement which can check for the Return code of
the previous step.
1. Cond stmt: step will be executed when the condition is
falst
2. If stmt: step will be executed when the given condition
is true.
@All: Correct me if i'm wrong
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain in DD statement what is the use of DCB parameter?
Give the syntax of job specifying jcl statement.
Explain the function of the steplib dd statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Differentiate between the joblib and the steplib statements?
What is the purpose of disp parameter?
How to submit a jcl from cics?
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?
Which dd parameters are required?
Explain how can an in-stream dataset be terminated?
How can return codes be tested before execution of a job step?
What is Cataloged Procedures?
Why block size is multiple of lrecl in jcl?
What is job control language?