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
Brief description of inline procedure of jcl.
Explain the function of dd name parameter with a 2 part structure; audit.report?
How do you create a temporary dataset?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how you can access an uncataloged dataset in a JCL?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
define cond parameter in jcl?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Why include statement is used in a jcl?
Explain the function of //jcllib statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?