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

What is notcat 2 - gs?

934


What are steplib and joblib? What for they are used?

695


In job processing, what happens in execution stage?

698


Name a few IBM utility programs, and explain its function.

4439


In sms datasets, what is the function of the dd avgrec keyword?

652






Is their any set of rules for dd? Explain.

660


List in order the hierarchical levels of jcl?

666


what is JCL?

698


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

650


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

669


Explain how can an in-stream dataset be terminated?

699


Explain dfsort utility?

672


Explain how can the disposition of sysout datasets be set for an entire jobstream?

636


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

583


Are there any set of rules for the names of the steps used in a job? What are they?

612