Answer Posted / psreddy
RESTART parameter is used in job card to restart the job
from particular step IF THERE IS NO DEPENDENCIES.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
which parameter is use to declare the name of dataset in dd statement?
What is the purpose of dd * statement in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How would you understand error(execution phase)?
what is the purpose of coding notify parameter in job statement?
Why include statement is used in a jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What are the utility programs in jcl?
A dd statement consists of 4 fields. Name them?
What do you know about jcl?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Is automatic restart possible in jcl?
What is notcat 2 - gs?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Differentiate between addressing mode and run mode.