Answer Posted / guest
RESTART is a JOB statement keyword. It is used to restart
the job at a specified step rather than at the beginning.
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
Explain the purpose of the dd keylen parameter?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Is it possible to define dd statements as you want?
What is multithreading in jcl?
What parameter directs the output of the job log dataset?
What is the use of symbol // in jcl?
Explain how can return codes be tested before execution of a job step?
Which dd parameters are required?
When output dataset space is required, what quantity categories are used?
how do you code a null statement?
Is condition checking possible in jcl? If yes, how?
Is there any command to check wether the ps file is in sorted order?
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
What are the difference between jcl and jes?