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 / ram
Use TIME parameter in the job card
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is the function of job statement in jcl?
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?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what is the purpose of coding notify parameter in job statement?
What do you know about jcl?
List the different jcl statements that are not permitted in the procedures?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How would you understand error(execution phase)?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How can a jobs execution priority be modified?
How can unused space allocation be returned to the system when a dataset is closed?
when can a job time-out occur? How to overcome that?
Why include statement is used in a jcl?
What is the function of a dd statement?