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
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How to pass data to a program that is coded in an exec statement?
How can a jobs execution priority be modified?
How to override loadlib?
Name the statement which can be used to send data to another mvs jes3 node?
What is the use of disp parameter?
Explain the function of dd disp parameter?
Is automatic restart possible in jcl? If yes, how?
how to do automated restart when a job abends?
Explain how can the submitting users racf authority be overridden in a job stream?
Does jcl support automatic restart?
Define concatenating?
which utility is used a dummy utility?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Are there any set of rules for the names of the steps used in a job?