File Utility Program (FUP) Management Programming Manual
FUP Error Messages
File Utility Program (FUP) Management Programming Manual—523322-001
B-94
106: ZFUP-ERR-DP-CHANGED
106: ZFUP-ERR-DP-CHANGED
An application attempted a RESTART command, but the disk-process format of the
volume containing the source or destination file was changed since the original
DUPLICATE operation was executed.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-DP-CHANGED (106). 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 source or destination file on the volume whose disk-process
type was changed.
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
Execute a DUPLICATE command without the restartable option. FUP converts the file
to the new disk-process format.
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.