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 |
once we submitted the job to the operating system, how can we cancel the job before execution?
How to get cursor position from system in CICS environment ?
Is there any command to check wether the ps file is in sorted order?
How to copy VSAM files without using REPRO
how to increase the space of a dataset in instream procedure.
What is condition checking in jcl? Is this possible?
is step name is compulsory in jcl ?
What is default if we don't specify RD parameter at all ?
which parameter is use to declare the name of dataset in dd statement?
How does jcl act on a cobol code?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes