What is default if we don't specify RD parameter at all ?
Answer Posted / 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 |
Post New Answer View All Answers
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Why block size is multiple of lrecl in jcl?
How dummy is used in jcl?
Explain the job statement in jcl?
What dd statement is used to supply the name of a dataset?
When space is allocated for an output dataset, what units can be used?
What is the function of the dd avgrec keyword in sms datasets?
What is the purpose of disp parameter?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain the function of the dd dcb keyword?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Brief description of inline procedure of jcl.
Give the syntax of job specifying jcl statement.
Can we call instream to catalog and catalog to instream?
what is the compile process of cobol program expalin with code