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


Please Help Members By Posting Answers For Below Questions

what happens in conversion stage in job processing?

822


Explain how can a jobs execution priority be modified?

835


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1887


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

669


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?

888






what is a jcl?

772


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2267


How is a type of file defined in the jcl that executes the cobol program?

817


Explain the function of the dd dcb keyword?

815


Explain dfsort utility?

856


a dd statement has 2 types of parameters. Name them?

735


What are the 4 fields in dd statement?

821


how you can access an uncataloged dataset in a JCL?

745


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1592


How jcl is used for testing batch programs?

824