File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-90
101: ZFUP-ERR-OPTICAL-RESTART-FILE
101: ZFUP-ERR-OPTICAL-RESTART-FILE
An application specified a restart file that is located on an optical disk volume for a
DUPLICATE command (with the restartable option specified)—or for a RESTART
command.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-OPTICAL-RESTART-FILE (101). 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-
DUPLICATE (2) or ZFUP-CMD-RESTART (5).
ZOBJECT
is the object type. Its value is ZFUP-OBJ-FILE (1).
Recommended Action
Either retry one of the commands with a valid restart file that is not on an optical disk
volume, or specify a default restart file on the default subvolume of the application (if it
is not on an optical disk volume). Specify the default restart file as:
For the DUPLICATE command, set ZFUP-TKN-RESTART-FILE to blanks and
allow FUP to create the default restart file ZZRSTART.
For the RESTART command, set ZFUP-TKN-FILE to blanks (or omit this token
from the command buffer) and allow FUP to search for the default restart file
ZZRSTART.
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.