Answer Posted / xyz
Specifies whether the JOB should continue or terminate
depending on the outcome of any step in the JOB
Before each step is executed, the system checks the COND
parameter against the return code from completed JOB step
If satisfied, the system terminates the JOB, else it
executes the JOB
Format is COND=((code, operator), (code, operator)…)
| Is This Answer Correct ? | 46 Yes | 10 No |
Post New Answer View All Answers
Explain about LMFREE�free data set from its association with data ID
Explain the job statement in jcl?
What is multithreading in jcl?
What is the significance of addrspc parameter in the exec statement?
How would you understand error(execution phase)?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the use of symbol // in jcl?
Is their any set of rules for dd? Explain.
what is use of disp parameter in dd statement?
what are the various stages of job processing?
What are the jcl procedures?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How can return codes be tested before execution of a job step?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.