I have a job which is a long-running one. Processes millions
of records. Due to some run-time problem (not a problem due
to the job/data) the job abends.What needs to be done to
make the job complete successfully.
Answer Posted / rajveer
Above scenario holds true when o/p file is diff from driver i/p file. But what if i/p file is getting updated? In that case how we can come to know which all a/c gets updated? One way to avoid such situation is to take backup of the file which is getting updated in previous step, and in case of error restart from backup step.
Leme know if anyone has a diff opinion.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what happens in execution stage in job processing?
Explain dd statement in jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain the function of //jcllib statement?
how JCL works?
What is the significance of addrspc parameter in exec statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Is condition checking possible in jcl?
Name what parameter directs the output of the job log dataset?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How can the disposition of sysout datasets be set for an entire jobstream?
How to submit jcl through a cobol program?
Where & How Do You Code Identifier In Jcl?
Is there any command to check wether the ps file is in sorted order?