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 / shreya
THE ABOVE ONE FOR ONLY THAT SPECIFIC JOBSTEP..& NOT FOR THE
WHOLE JOB
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a PS file be read in reverse order?If so,how
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
How to execute only th 15th step of JCL consisting of 50 steps?
What is the difference between joblib and jcllib statements
How can i execute 5th step without executing first 4 steps?
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
how do you code a null statement?
Which dd parameters are required?
Name a few IBM utility programs, and explain its function.
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
How do you submit a JCL under CICS environment ?