My JCL contains four steps

//STP1 A(+1), DISP = NEW
//STP2 A(+2), DISP = NEW
//STP3 A(+3), DISP = NEW
//STP4 A(+1), DISP = OLD

STP3 was abended and I want restart my JCL from STP3 onwards
& what are the precaution I want to take & what are the
changes I need to make. Pls let me know.

Answer Posted / lalit

you just need to do

//STP3 A(+1), DISP = NEW

as this is the latest generation which is going to create
once you restart the job from this step...

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

674


How can unused space allocation be returned to the system when a dataset is closed?

806


Is it possible to left uncode disp?

711


Explain the purpose of dd dummy statement?

669


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

651






List the different jcl statements that are not permitted in the procedures?

636


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

858


What is the difference between the positional and keyword parameters? Give examples.

705


how to compare two datasets without using superce because output is limited to 133 bytes

1478


when does a dataset go uncataloged?

828


What is the purpose of the dd keylen parameter?

718


Where & How Do You Code Identifier In Jcl?

695


What is the function of the dd mgmtclas keyword in sms datasets?

730


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1797


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1613