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
Explain how can a jobs execution priority be modified?
Can we use DISP=SHR in output file in JCL
what is DD statement is used in JCL?
Must tape dataset definitions include vol=ser specifications?
Is it possible to left uncode disp? If yes, how?
Give the syntax of job specifying jcl statement.
In job processing, what happens in conversion stage?
What does a disposition of (new,catlg,keep) for a dsn mean?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Explain in DD statement what is the use of DCB parameter?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
how can the same proc be re-used and called by many jobs?
What is the purpose of dd * statement in jcl?
how you can access an uncataloged dataset in a JCL?
What happens if both JOBLIB & STEPLIB is specified ?