Answer Posted / abhijit18in2002
Just use COND(0,LE) at the step u dnt want to execute it
will be excluded
STEP01 EXEC PGM=IEFBR14
STEP02 EXEC PGM=IEFBR14,COND=(0,LE)
STEP03 EXEC PGM=IEFBR14
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How is a type of file defined in the jcl that executes the cobol program?
How can unused space allocation be returned to the system when a dataset is closed?
what is the JCL statement consists of?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain how can the attributes of one sms dataset be copied to another dataset?
what is 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 is the purpose of dd dummy statement?
What is the maximum length of a single line of jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
When output dataset space is required, what quantity categories are used?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How can return codes be tested before execution of a job step?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is catelog procedure and how many catelog procedure to use in one job?