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
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain the function of the dd dcb keyword?
what is the resolution for sb37 error
How do you overcome this limitation ?
In sms datasets, what is the function of the dd avgrec keyword?
what sort card you will use to copy the data from one dataset to another dataset?
Explain the purpose of the dd keylen parameter?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Where can program checkpoints be stored for use in a restart?
is there any way to execute more than one proc in the same exec statement at the same time..?
In job processing, what happens in execution stage?
How does jcl specify the job to the operating system?
What does a disposition of (new,catlg,keep) for a dsn mean?
Is it possible to left uncode disp?