Return to the Systems Tips
Unattended SAVE with INZTAP
We have an Unattended Save that takes place nightly and weekly. However, if the operator forgets to initialize one of the tapes a message is sent to QSYSOPR (CPA4278) indicating an active file on the tape. However, no one is here to give a reply.
Since our save takes up to four tapes, is there a way to initialize each tape before their use within a CL Program?
I know I can initialize the first tape -- how do I account for the rest?
Alternatively, you could always auto answer the message (at job level) by something like the following:
CRTMSGF MSGF(QTEMP/QCPFMSG) OVRMSGF MSGF(QCPFMSG) TOMSGF(QTEMP/QCPFMSG) ADDMSGD MSGID(CPA4278) MSGF(QTEMP/QCPFMSG) MSG(NONE) + DFT(I) CHGJOB LOGCLPGM(*YES) INQMSGRPY(*DFT)
[report a broken link by clicking here]