is there any utility for restarting a particular step in jcl reply soon ?

Answers were Sorted based on User's Feedback



is there any utility for restarting a particular step in jcl reply soon ?..

Answer / mandar panse

Use IEBEDIT utility. It helps to execute only required step
and rest all the step preceeding and succeeding to this
step will be skiped.

Is This Answer Correct ?    5 Yes 0 No

is there any utility for restarting a particular step in jcl reply soon ?..

Answer / mahesh n

RESTART =Procname.stepname

Is This Answer Correct ?    3 Yes 1 No

is there any utility for restarting a particular step in jcl reply soon ?..

Answer / iceman

Use UCC11RMS Utility if it is available at your site.

Is This Answer Correct ?    2 Yes 0 No

is there any utility for restarting a particular step in jcl reply soon ?..

Answer / muttaiah

If you want to restart a particular step then you can use
the Restart parameter instead of utility.

Restart = stepname if you want to restart from step
Restart = Procstep.JClstep if you want to restart from a
particualr step in proc
Restart = * will restart from beginning

If you want to execute only single step then use
Restart = stepname, Cond=(0,LE).

Is This Answer Correct ?    0 Yes 0 No

is there any utility for restarting a particular step in jcl reply soon ?..

Answer / naym

Include RESTART = stepname in the jobcard.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More JCL Interview Questions

How do you find which GDG is using which dataset?

3 Answers   Patni,


hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..

1 Answers   CTS,


What happens if both JOBLIB & STEPLIB is specified ?

0 Answers  


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

0 Answers  


What is the function of dd disp parameter?

0 Answers  






What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?

1 Answers  


What parameter of the job statement is used to limit the cpu time consumed by the job?

0 Answers  


How to run cobol program using jcl?

0 Answers  


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

1 Answers   CTC,


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,


How do you submit JCL via a Cobol program?

4 Answers   IBM,


What are the parameters that are used in creating a gdg?

0 Answers  


Categories