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
Explain dfsort utility?
i want to store 20 digits . how will u do it in cobol ?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what are the various stages of job processing?
What is jcl in mainframe?
what are JCLLIB and STEPLIB in JCL?
Which statement is used to identify the private libraries in job?
How can unused space allocation be returned to the system when a dataset is closed?
what is the purpose of coding notify parameter in job statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Can an individual step be restricted from using all the jobs allowed cpu time?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Brief description of inline procedure of jcl.
What is the use of disp parameter?