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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suputhru
IF THE COND PARAMETER SPECIFIED AT BOTH JOB AND EXEC.
THEN JOB COND WILL OVERRIDE EXEC COND.
JOB COND WILL ACTIVE.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / 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 |
Can we use DISP=SHR in output file in JCL
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
What is the difference between sb37,se37,sd37 each?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
Explain about Cobol Subroutines
What is model dataset label(Model DSCB)?
What are the valid DSORG values ?
Name some of the JCL statements that are not allowed in procs.?
Explain the purpose of the dd keylen parameter?
How to release the Output HELD by using HOLD = YES on DD statement ?
Give the syntax of job specifying jcl statement.