File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-26
25: ZFUP-ERR-BAD-VAR-RECLEN
25: ZFUP-ERR-BAD-VAR-RECLEN
An application specified an invalid variable record length for a file. An attempt to load
the file failed because the record length specified for a variable-length record was
invalid (for example, the record length was a negative number). This error can occur if
the file to be loaded was filled without specifying the VAROUT option of the FUP COPY
command. Also, data in the file might be corrupt.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-BAD-VAR-RECLEN (25). 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 FUP was processing.
ZCOMMAND
is the FUP command that was executing.
ZOBJECT
is the object type.
ZFUP-TKN-RECLEN
is the invalid record length.
Recommended Action
Correct the record length (or re-create the file if necessary) 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-RECLEN token-type ZSPI-TYP-INT2.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.