is there any utility for restarting a particular step in jcl reply soon ?
Answer Posted / mandar panse
Use IEBEDIT utility. It helps to execute only required step
and rest all the step preceeding and succeeding to this
step will be skiped.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the format of comment statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How can a stopped job be started again?
what JCL Procedures?
How can the disposition of sysout datasets be set for an entire jobstream?
What are the rules employed while naming the steps in a job?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what is the use of IEBGENER utility?
what is use of dsn parameter in dd statement?
Explain how can return codes be tested before execution of a job step?
what is the purpose of coding class parameter in job statement?
What is the function of //cntl statement?
what is the purpose of coding notify parameter in job statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Is automatic restart possible in jcl?