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 / ratheesh
EXEC takes priority.
| Is This Answer Correct ? | 8 Yes | 14 No |
Post New Answer View All Answers
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Explain about LMFREE�free data set from its association with data ID
Define concatenating?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
a dd statement has 2 types of parameters. Name them?
Can I share my data with other jobs? How?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How dummy is used in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How can unused space allocation be returned to the system when a dataset is closed?
what is the JCL statement consists of?
how can you check if a file is empty using jcl?