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 is the JCL statement consists of?
What are steplib and joblib?
Mention the types of job control statements?
How does jcl specify the job to the operating system?
What is the purpose of the dd keylen parameter?
Explain the function of //jcllib statement?
Can I send output of job to my remote device careerride123?
How can values be passed from the job stream to an executable program?
How is a type of file defined in the jcl that executes the cobol program?
Can we use DISP=SHR in output file in JCL
what is use of dsn parameter in dd statement?
what is JCL?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
How to pass data to a program that is coded in an exec statement?
How dummy is used in jcl?