File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-43
45: ZFUP-ERR-MISS-PART
45: ZFUP-ERR-MISS-PART
An application attempted to rename a nonexistent partition file in a DUPLICATE
command. (The source file does not have the specified partition.)
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-MISS-PART (45). 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 file that could not be found.
ZCOMMAND
is the FUP command that was executing.
ZOBJECT
is the object type.
ZFUP-TKN-PART-NO
is the partition number of the nonexistent partition file.
Recommended Action
This is an informational message only. No corrective action is needed. However, to
rename the file, determine the correct rename options for the DUPLICATE command
and retry the command.
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.
ZFUP-TKN-PART-NO token-type ZSPI-TYP-INT.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.