Answer Posted / satyasivaji
Yes RESTART is the JOB parameter,if incase due to any of
the reason your job is abended,and if you want that job to
be execute and not from the beging,that is where it is gets
abeded from that step onwards,there your using RESTART
parameter.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is jcl in mainframe?
What is the function of job statement in jcl?
How is the record format of an output dataset specified?
what is the purpose of coding notify parameter in job statement?
What is use of restart and how to use it?
What is multithreading in jcl?
What are the rules employed while naming the steps in a job?
Is condition checking possible in jcl?
how can you check if a file is empty using jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What does a disposition of (MOD,DELETE,DELETE) mean ?
what is the compile process of cobol program expalin with code
What dd statement is used to supply the name of a dataset?