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 / becky
Region,COND and TIME can be coded in both job and EXEC.
Region coded in Job overrides Region in EXEC.
COND coded in job overrides COND in EXEC.
TIME coded in EXEC overrides TIME in JOB.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are hierarchy levels in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
how you can direct the data to spool using SYSOUT option?
Which statement is used to identify the private libraries in job?
What are the jcl procedures?
How does jcl act on code(if you take a cobol program)?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is timing concept in mainframe?
How can the submitting users racf authority be overridden in a job stream?
which utility is used a dummy utility?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is catelog procedure and how many catelog procedure to use in one job?
what JCL Procedures?