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

can i sort packed decimal if i can tell the syntax

1 Answers   Barclays,


For what purpose steplib and joblib are used ?

0 Answers  


List the different components of jcl statement?

0 Answers  


What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?

4 Answers  


What does IEBGENER do?

10 Answers   BirlaSoft,






how to put a dependency on job in jcl using opc scheduler?

1 Answers   CTC,


Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

4 Answers   IBM,


if we give two job cards in a single what happens

3 Answers   IBM,


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

0 Answers  


Is it possible to code instream data in a PROC?

0 Answers  


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

0 Answers  


Please explain with syntax and an example, the Inrec fields and Outrec build in sort.

4 Answers   CTS, TCS,


Categories