Answer Posted / kalpana dwivedi
It is true that step can be skip using condition parameter
but COND=(0,LE) is not correct, as Cond parameter works on
reverse logic.
It should be COND=(0,GE) or (4096,LE)
That means step will not run if return code of previus step
is Greater than equal to zero or if the condition code of
previous step is less than equal to 4096.
| Is This Answer Correct ? | 13 Yes | 17 No |
Post New Answer View All Answers
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' ?
How to run cobol program using jcl?
How to override loadlib?
what is the use of IEBGENER utility?
what are the types of abends that occur on job failure? And explain the possible causes of these
How would you understand error(execution phase)?
How is the record format of an output dataset specified?
Describe the various parameters utilized in the creation of a gdg?
How can the disposition of sysout datasets be set for an entire jobstream?
Is it possible to define dd statements as you want?
How can unused space allocation be returned to the system when a dataset is closed?
How jcl is used for testing batch programs?
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?
Can I send output of job to my remote device careerride123?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?