A job has 150 steps i want to execute only 57th step

Answers were Sorted based on User's Feedback



A job has 150 steps i want to execute only 57th step..

Answer / piyush mani

it's easy write restart=step57 in job parameter and write cond in 58th step like cond = (x,eq) where x is expected return code of 57th step.

Is This Answer Correct ?    14 Yes 2 No

A job has 150 steps i want to execute only 57th step..

Answer / karthik

Include following two parameters in job card

restart=step57,COND=(0,LE)

by karthik

Is This Answer Correct ?    12 Yes 0 No

A job has 150 steps i want to execute only 57th step..

Answer / prashant singh

We can also use IEBEDIT utility which will be usefull
without editning the original JCL

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More JCL Interview Questions

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

0 Answers  


If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?

2 Answers   IBM,


Explain about LMINIT - generate a data ID for a data set

1 Answers  


I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?

5 Answers   Xansa,


What is RESTART? How is it invoked?

8 Answers   HSBC,






I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?

16 Answers  


when can a job time-out occur? How to overcome that?

0 Answers   IBM,


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

0 Answers   IBM,


Describe the various parameters utilized in the creation of a gdg?

0 Answers  


What are the kinds of job control statements?

3 Answers  


What is the syntax of JCL statement?

0 Answers  


How do you submit a job for execution?

0 Answers  


Categories