InterviewSolution
Saved Bookmarks
| 1. |
How To Do Automated Restart When A Job Abends? |
|
Answer» Using RD PARAMETER in JOB/EXEC statement. The ABEND codes for which RESTART need to be performed can be MENTIONED in the SCHEDxx member of the IBM system parmlib LIBRARY. Using RD parameter in JOB/EXEC statement. The abend codes for which RESTART need to be performed can be mentioned in the SCHEDxx member of the IBM system parmlib library. |
|