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
How to pass data to a program that is coded in an exec statement?
How can the disposition of sysout datasets be set for an entire jobstream?
how do you access an uncataloged dataset in a jcl?
What does a disposition of (new,catlg,keep) for a dsn mean?
Is condition checking possible in jcl? If yes, how?
What are the rules employed while naming the steps in a job?
What is the maximum length of a single line of jcl?
Is it possible to left uncode disp? If yes, how?
Explain the function of dd disp parameter?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
i want to store 20 digits . how will u do it in cobol ?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What is the purpose of dd * statement in jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?