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
What is the function of the steplib dd statement?
How jcl is used for testing batch programs?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
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?
how would you create a temporary dataset? And where will you use them?
What is the maximum length of a single line of jcl?
Where & How Do You Code Identifier In Jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the purpose of disp parameter?
How to override loadlib?
What is timing concept in mainframe?
How does jcl act on a cobol code?
What are steplib and joblib? What for they are used?
How dummy is used in jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE