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 / thavasi

Since STP1 and STP2 are completed... u need to override the
GDG versions for STP3 and STP4 as you want to restart from STP3.


//STP3.OUTDD A(+1),DISP=NEW
//STP4.INDD A(-1),DISP=OLD

Is This Answer Correct ?    13 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the JCL statement consists of?

699


which utility is used to sort a file in jcl?

751


When output dataset space is required, what quantity categories are used?

834


What is the format of comment statement?

674


What is Cataloged Procedures?

715






What is the significance of addrspc parameter in the exec statement?

624


What is the syntax of JCL statement?

700


Why include statement is used in a jcl?

691


What do you understand by jcl?

632


how you can access an uncataloged dataset in a JCL?

656


Is condition checking possible in jcl? If yes, how?

739


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

651


In job processing, what happens in execution stage?

702


what is the purpose of coding class parameter in job statement?

726


in ways data can be passed to a COBOL program from JCL?

672