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 |
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
What is the DD statement for a output file?
How do you create a temporary dataset? Where will you use them?
What does the keyword DCB mean and what are some of the keywords associated with it?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
Explain about Cobol Subroutines
Can I share my data with other jobs? How?
Is automatic restart possible in jcl? If yes, how?
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
Is it possible to code instream data in a PROC?
What are the parameters that are used in creating a gdg?