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



If the COND parameter is specified in both the JOB and EXEC statements, which one will take preced..

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

If the COND parameter is specified in both the JOB and EXEC statements, which one will take preced..

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

If the COND parameter is specified in both the JOB and EXEC statements, which one will take preced..

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

If the COND parameter is specified in both the JOB and EXEC statements, which one will take preced..

Answer / ratheesh

EXEC takes priority.

Is This Answer Correct ?    8 Yes 14 No

Post New Answer

More JCL Interview Questions

what happens if job falls in loop ? how to resolve it ?

3 Answers   Patni,


Mention the types of job control statements?

0 Answers  


what is “Cond= even” and “Cond=only”?

0 Answers  


What is the format of comment statement?

0 Answers  


How do you access a file that had a disposition of KEEP?

3 Answers  






What is the difference between sb37,se37,sd37 each?

9 Answers   TCS,


Name some of the JCL statements that are not allowed in procs.?

1 Answers  


What is DATACOM db?

2 Answers  


can a job be submitted through jcl only? is there another way to submit a job?

2 Answers   CSC,


What is the purpose of dd dummy statement?

0 Answers  


what are the options in file-aid to edit vsam dataset and to compare data sets.

2 Answers   Ocwen,


How are datasets concatenated?

3 Answers   CitiGroup,


Categories