How to skip first step of a job? Can we use COND on the
first step?
Answer Posted / challa srinivas
Use COND=(0,LE) in step 1. It will bypass step1.
| Is This Answer Correct ? | 3 Yes | 23 No |
Post New Answer View All Answers
What is the function of a dd statement?
Explain the function of job statement in jcl?
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?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain about LMFREE�free data set from its association with data ID
what sort card you will use to copy the data from one dataset to another dataset?
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 the hierarchy levels in jcl?
Where can program checkpoints be stored for use in a restart?
What is the purpose of dd dummy statement?
what is the resolution for sb37 error
What is the significance of addrspc parameter in the exec statement?
which utility is used to sort a file in jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How to override loadlib?