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
what happens in conversion stage in job processing?
Explain how can a jobs execution priority be modified?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What are the parameter we cannot use in procedure? How many instream we can write in single 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?
what is a jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How is a type of file defined in the jcl that executes the cobol program?
Explain the function of the dd dcb keyword?
Explain dfsort utility?
a dd statement has 2 types of parameters. Name them?
What are the 4 fields in dd statement?
how you can access an uncataloged dataset in a JCL?
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
How jcl is used for testing batch programs?