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 |
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
What are three major types of JCL statements? What are their functions?
how can we override data definitions in jcl. can any one give detailed example
Can you code instream data in a PROC ?
What are steplib and joblib?
How is a GDG base created?
How can a stopped job be started again?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
What is the difference between the positional and keyword parameters? Give examples.
How can a job send a status message to a tso user at the completion of a job?
How can return codes be tested before execution of a job step?