What is default if we don't specify RD parameter at all ?
Answer / vssd
RESTART=x where "x" is the character Y or N. Y indicates
that the job is to be rerun from the beginning in the event
of a system failure. N, the default, indicates that it is
not to be rerun.
Please refer to the link below:
http://web.utk.edu/~mnewman/ibmguide09.html
Correct me, if wrong.
| Is This Answer Correct ? | 1 Yes | 0 No |
in ways data can be passed to a COBOL program from JCL?
what is the meaning of keyword in jcl?what is is opposite?
What are the parameters that are used in creating a gdg?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
Max. No of DD statements in a job ?
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
What is jcl in mainframe?
Can you give the sort card to arrange the specific column in the version of GDG.
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is use of restart and how to use it?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?