I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??

Answer Posted / vishwa_nathan

COde RESTART = STEP17 in job and code a condition in step
18 ie

STEP18 EXEC PGM=XXXXX,COND=(0,eq)

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how you will the direct the data to spool using sysout option?

1761


How do you create a temporary dataset?

660


When output dataset space is required, what quantity categories are used?

824


What is the function of the dd mgmtclas keyword in sms datasets?

730


what sort card you will use to copy the data from one dataset to another dataset?

724






When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

930


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1927


What is the purpose of dd?

724


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9209


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1797


what is a jcl?

685


How to pass the parameter in parm using linkage section ? (syntax)?

645


what is the use of JCL?

660


which utility is used a dummy utility?

787


How to do automated restart when a job abend?

789