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

How do you overcome this limitation ?

0 Answers  


what is use of dcb parameter in dd statement?

0 Answers   IBM,


what r the types of job control statements?

2 Answers  


How is a type of file defined in the jcl that executes the cobol program?

0 Answers  


How can an in-stream dataset be terminated?

0 Answers  






A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

4 Answers   IBM,


How jcl work to handle various input output file operations?

0 Answers  


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

0 Answers  


What is the difference between Sysin,Sysout,Sysdbout and Sysudump?

3 Answers  


wht happens if blksize = 0 and lrec = 0 ?

1 Answers   TCS,


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

0 Answers  


how do u see jobs submitted before ur job ?

1 Answers  


Categories