File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-91
103: ZFUP-ERR-SRC-FILE-CHANGED
103: ZFUP-ERR-SRC-FILE-CHANGED
An application attempted a RESTART command, but the source file was modified
since the original DUPLICATE command was issued. FUP checks the time of the last
modification in the file label to determine if the source file was modified.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-SRC-FILE-CHANGED (103). 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 file that was modified.
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 the operation
from the beginning of the 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.