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
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain the function of the steplib dd statement?
What is the purpose of dd dummy statement?
What is the use of disp parameter?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How does jcl act on a cobol code?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Name a few IBM utility programs, and explain its function.
What do you understand by the terms: joblib and steplib?
what is the compile process of cobol program expalin with code
What is the function of dd name parameter with a 2 part structure; audit.report?
What do you understand by the term notcat 2 – gs?
What is the format of comment statement?
What is timing concept in mainframe?
write a jcl to execute a job by 7:00 am on jan 20,1986?