File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-93
105: ZFUP-ERR-REST-INFO-INVALID
105: ZFUP-ERR-REST-INFO-INVALID
An application attempted a RESTART command, but the RESTART file contains invalid
information.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-REST-INFO-INVALID (105). 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 restart file.
ZCOMMAND
is the number of the command that caused the error. Its value is ZFUP-CMD-
RESTART (5).
ZOBJECT
is the object type. Its value is ZFUP-OBJ-FILE (1).
Recommended Action
You cannot restart the DUPLICATE operation for this source file. To start at the
beginning of the source file, execute the DUPLICATE command again, with or without
the restartable option.
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.