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


Please Help Members By Posting Answers For Below Questions

how to run batch program without jcl?

10069


how you will the direct the data to spool using sysout option?

1761


Explain dd statement in jcl?

641


write a jcl to execute a job by 7:00 am on jan 20,1986?

697


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

1485






Suppose I have five jobs to do. But I want to hold one?

654


What parameter of the job statement is used to limit the cpu time consumed by the job?

836


What is the significance of addrspc parameter in exec statement?

726


Describe the various parameters utilized in the creation of a gdg?

680


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

579


What is the syntax of JCL statement?

692


List the different components of jcl statement?

688


What are the parameters that are used in creating a gdg?

737


Explain the function of the steplib dd statement?

640


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

923