If an error is returned during the initial processing of a worklist, inspect the diagnostic output to determine which job step caused the error. Depending on the error, you might need to restart the worklist.
The Execution component uses one of the following methods for restarting a worklist:
Restart processingresumes execution of the worklist after a failure occurs.
The RESTART keyword in the AEXIN input stream indicates that Execution uses restart processing. Typically, you use restart processing after a utility worklist command fails.
Startover processing completely reruns a worklist from the beginning of the worklist.
The STARTOVER keyword in the AEXIN input stream indicates that Execution uses startover processing. Use startover processing after generating a subsequent worklist or multiple worklists for the same , or when you have extensively edited or altered a worklist and cannot restart it.
Related topics
Warning
We recommend that you use restart processing to restart a worklist.