If the COND parameter is specified in both the JOB and EXEC
statements, which one will take precedence? If JOB takes
priority and if all the conditions evaluate to false, then
will the conditions on the EXEC step be evaluated next?
Answer Posted / sno
If the COND parameter is code on the JOB as well as the
EXEC stmnts, then the specifications on the JOB statement
nullifies the specification on the EXEC statement.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How would you understand error(execution phase)?
Why include statement is used in a jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is the JCL statement consists of?
what is use of dsn parameter in dd statement?
How is a type of file defined in the jcl that executes the cobol program?
what is JCL?
How can an in-stream dataset be terminated?
What is the purpose of dd?
What is the format of comment statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
how you can direct the data to spool using SYSOUT option?
List the different components of jcl statement?
Explain the function of a dd statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?