File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-56
59: ZFUP-ERR-SHORT-KEYS
59: ZFUP-ERR-SHORT-KEYS
An application specified the LOADALTFILE command, but a number of records contain
incomplete alternate-key fields. FUP does not generate them in the destination file.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token consisting of the FUP subsystem ID and the error
number ZFUP-ERR-SHORT-KEYS (59). 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.
ZFUP-TKN-REC-COUNT
is the number of records with incomplete keys.
Recommended Action
Pad the records in the primary file (so that alternate keys are completely contained in
the records) 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-ALTFILE-NUM token-type ZSPI-TYP-INT.
ZFUP-TKN-REC-COUNT token-type ZSPI-TYP-INT4.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.