InterviewSolution
Saved Bookmarks
| 1. |
How will you achieve auto restart when the job abends? |
|
Answer» We can make use of the RD parameter in JOB/EXEC statement by specifying for what ABEND codes RESTART NEEDS to be performed in the SCHEDxx MEMBER of parmlib LIBRARY of the IBM system. |
|