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 / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

718


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


when does a dataset go uncataloged?

838


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

619


What are steplib and joblib?

725






how can the same proc be re-used and called by many jobs?

912


How do you access an uncatalogued dataset in a jcl?

729


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

703


Explain the function of the steplib dd statement?

647


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

583


What are the 4 fields in dd statement?

744


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

938


What parameter directs the output of the job log dataset?

766


How can unused space allocation be returned to the system when a dataset is closed?

812


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2107