File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-36
37: ZFUP-ERR-FILE-KEY-INCOM
37: ZFUP-ERR-FILE-KEY-INCOM
The alternate-key file is incompatible with the alternate keys. The existing alternate-key
file characteristics contradict the keys defined in the primary-key file.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-FILE-KEY-INCOM (37). 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
The command fails. Alter the ALTKEYs and ALTFILEs in the primary file.
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.