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 / anurag singh

At Job card level write Restart=step17(ddname) and put null
indicator (//) at the end of 17th step , so that while
executing the job will start form 17th step and after that
it will find the null indicator , so job execution will be
terminated.

Is This Answer Correct ?    16 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Must tape dataset definitions include vol=ser specifications?

979


What is the purpose of dd dummy statement?

942


is there any way to execute more than one proc in the same exec statement at the same time..?

2109


What are steplib and joblib?

721


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

583






what is use of disp parameter in dd statement?

661


Explain the purpose of the dd keylen parameter?

675


Is their any set of rules for dd? Explain.

660


what is use of dcb parameter in dd statement?

771


how to do automated restart when a job abends?

850


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

636


What is notcat 2 - gs?

934


i want to store 20 digits . how will u do it in cobol ?

860


List the different jcl statements that are not permitted in the procedures?

640


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

726