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
what sort card you will use to copy the data from one dataset to another dataset?
Explain dd statement in jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
how to do automated restart when a job abends?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How can a stopped job be started again?
Why include statement is used in a jcl?
What is the purpose of dd * statement in jcl?
What is job control language?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the maximum length of a single line of jcl?
How to submit jcl through a cobol program?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.