How do you skip a particular step in a proc/JOB?
Answer Posted / debajyoti
COND=(0,LE) or COND=(4095,GE)
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of dd?
How do you create a temporary dataset?
Explain how can a jobs execution priority be modified?
When output dataset space is required, what quantity categories are used?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the jcl exec statement?
how would you create a temporary dataset? And where will you use them?
How does jcl act on a cobol code?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
when does a dataset go uncataloged?
what are the various stages of job processing?
What dd statement is used to supply the name of a dataset?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain the function of the steplib dd statement?
How can values be passed from the job stream to an executable program?