File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-24
23: ZFUP-ERR-BAD-TAPELABEL
23: ZFUP-ERR-BAD-TAPELABEL
An application specified a command with a TAPE DEFINE that does not match the
actual tape label. (The tape label might be invalid.) The attempt to open the labeled-
tape file failed with file-system error 196.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-BAD-TAPELABEL (23). This token is always in the error
list.
ZFUP-MAP-CMD-ERROR
is a structured token with these fields:
ZNAME
is the name of the file that FUP was processing.
ZCOMMAND
is the FUP command that was executing.
ZOBJECT
is the object type.
Recommended Action
The command fails. Verify that the TAPE DEFINE attributes match the label for the
tape file. Correct the attributes (if necessary) and retry the command.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZFUP-MAP-CMD-ERROR
ZNAME type ZSPI-DDL-FNAME.
ZCOMMAND type ZSPI-DDL-INT.
ZOBJECT type ZSPI-DDL-INT.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.