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
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is use of restart and how to use it?
what happens in conversion stage in job processing?
what is the use of JCL?
What do you understand by the terms: joblib and steplib?
What is the format of comment statement?
Is it possible to left uncode disp? If yes, how?
what sort card you will use to copy the data from one dataset to another dataset?
How jcl work to handle various input output file operations?
Is automatic restart possible in jcl? If yes, how?
Name what parameter directs the output of the job log dataset?
What statement can be used to send data to another mvs jes3 node?
Is condition checking possible in jcl?
Explain the job statement in jcl?