File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-95
107: ZFUP-ERR-NOT-REST-FILECODE
107: ZFUP-ERR-NOT-REST-FILECODE
An application attempted a RESTART command, but the restart file does not have a
file code of 855.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-NOT-REST-FILECODE (107). 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
Retry the RESTART command with a valid restart file (file code of 855), or 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.