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

Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

675


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

659


What do you understand by jcl?

632


What is the function of job statement in jcl?

638


How can the attributes of one sms dataset be copied to another dataset?

864






Is automatic restart possible in jcl?

747


What are the 4 fields in dd statement?

746


what is a jcl?

694


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

610


What is the purpose of the dd keylen parameter?

728


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1626


what happens in conversion stage in job processing?

734


What is the function of dd name parameter with a 2 part structure; audit.report?

711


How would you understand error(execution phase)?

637


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

618