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
how you can access an uncataloged dataset in a JCL?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what happens in execution stage in job processing?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
when does a dataset go uncataloged?
Explain the job statement in jcl?
Why block size is multiple of lrecl in jcl?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is the purpose of coding class parameter in job statement?
What is the function of //jcllib statement?
Explain the purpose of dd dummy statement?
Is acct parameter mandatory?
which parameter is use to declare the name of dataset in dd statement?
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?