What is Automatic Restart ?
EXEC PGM = PROG1,
RD = R
(Is it the Restart of a JOBSTEP or Restarting the execution
of the program?)
Do we Restart it or it automatically Restarts executing
again and again ? Then when it will finish executing ?
or After Abending, when we submit it again, then it is
Restarted from the Last successful Checkpoint ?
If some JOBSTEP is abending, what is the benifit to Restart
it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
Answer Posted / shreya
THE ABOVE ONE FOR ONLY THAT SPECIFIC JOBSTEP..& NOT FOR THE
WHOLE JOB
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can return codes be tested before execution of a job step?
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 are the difference between jcl and jes?
Is it possible to left uncode disp?
what are JCLLIB and STEPLIB in JCL?
Differentiate between addressing mode and run mode.
How jcl is used for testing batch programs?
In job processing, what happens in conversion stage?
Is it possible to code instream data in a PROC?
define cond parameter in jcl?
How can the submitting users racf authority be overridden in a job stream?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How to do automated restart when a job abend?
What is the function of the dd avgrec keyword in sms datasets?
What parameter directs the output of the job log dataset?