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 jcl work to handle various input output file operations?
What is the purpose of dd dummy statement?
How jcl is used for testing batch programs?
What is the significance of addrspc parameter in the exec statement?
How do you submit a job for execution?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is one line to pass PARM from JCL to COBOL?
Where & How Do You Code Identifier In Jcl?
what is DSN parameter and DISP parameter is used for?
What is the function of dd name parameter with a 2 part structure; audit.report?
define cond parameter in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What does a disposition of (new,catlg,keep) for a dsn mean?
For what purpose steplib and joblib are used ?