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 |
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
What is STEPLIB, JOBLIB? What is it used for?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is the difference between return code and maxcc?
is there any utility for restarting a particular step in jcl reply soon ?
Hi, can any one tell about " How do u eliminate the duplicates "
what is instream data
how to count the number of members in pds?
How to rename a VSAM file as well as it's index file?
How to change default PROCLIB?
Can we call instream to catalog and catalog to instream?
How can you execute a COBOL program via SYSIN in JCL?