File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-44
47: ZFUP-ERR-NO-ALT-FILE
47: ZFUP-ERR-NO-ALT-FILE
An application specified an alternate-key file that does not exist in a LOADALTFILE
command.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-NO-ALT-FILE (47). 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 primary file.
ZCOMMAND
is the FUP command that was executing.
ZOBJECT
is the object type.
ZFUP-TKN-ALTFILE-NUM
is the alternate-key file number.
Recommended Action
You can use the LOADALTFILE command only for existing alternate-key files. To
determine the alternate-key files for a specific file, execute a FUP INFO command with
the DETAIL 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.
ZFUP-TKN-ALTFILE-NUM token-type ZSPI-TYP-INT.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.