Previous Topic: CAL0TN01Next Topic: CAL0TN03


CAL0TN02

(Various messages) FOR intape
(Various messages) FOR newtape
(Various messages) FOR oldtape
(Various messages) FOR outtape
cccccc ON uuuu - ENTER RETRY, SKIP, OR ABEND

Reason:

For actual error messages, see the TMSTPNIT message section in this guide.

Action:

The operator can respond to the message with one of three key words; ABEND to immediately terminate processing of the job step, RETRY to attempt to reprocess the request (an example of this is attempting to write to a protected tape), or SKIP to terminate processing of the current input statement. (Note, when NUMBTAPE was specified, this can result in partial execution of the input statement requiring manual modification for re-execution.) Where cccccc is the VOLSER from the control statement, and uuuu is the unit allocated for the LABELDD ddname.

The following RCs are issued with the specified response:

RETRY  issues  RC=4
SKIP   issues  RC=8
ABEND  issues  U0222