Answer Posted / devang
The restart parameter is usually referred as RD(restart
definition) in JCL.
I can be coded on any job steps with conditions like
RD=RNC(restart with no check point)
RD=R(restart)
RD=NC (no checkpoint)etc
Stratigically placing of RD parameters is a task which
requires extensive analysis of the JCL flow.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How is a type of file defined in the jcl that executes the cobol program?
what is the JCL statement consists of?
Can we call instream to catalog and catalog to instream?
What statement can be used to send data to another mvs jes3 node?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
//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 do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the purpose of dd dummy statement?
What is the function of job statement in 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
Explain the function of dd name parameter with a 2 part structure; audit.report?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the difference between run mode and addressing mode?
how to run batch program without jcl?
Which statement is used to identify the private libraries in job?