Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?
Answer Posted / sampler
//MYJOB JOB COND=(4,LT)
//MYSTEP1 EXEC CATPROC
//MYSTEP2 EXEC PGM=MYPROG,COND=(8,LE,MYSTEP1)
COND=(4,LT) will be used to MYSTEP2,
COND=(8,LE,MYSTEP1) will be ignored
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How does the jcl specify the job to os?
how you will the direct the data to spool using sysout option?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what are the statements that are not valid to be included in an include statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the purpose of dd?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Define concatenating?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is SOC4 error?
When space is allocated for an output dataset, what units can be used?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is JCL?
Explain the function of dd disp parameter?