File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-25
24: ZFUP-ERR-BAD-VAR-BLOCKLEN
24: ZFUP-ERR-BAD-VAR-BLOCKLEN
An application specified an invalid block length for a file with variable-length record
blocking. An attempt to load the file with variable-length records failed because the
length of a block was one or zero bytes. This error can occur if the file to be loaded
was filled without specifying the VAROUT option for the FUP COPY command. Also,
the 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-BLOCKLEN (24). 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-BLOCKLEN
is the invalid block length.
Recommended Action
Variable-length blocks must contain at least two bytes of length information at the
beginning of the block. Correct the block (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-BLOCKLEN token-type ZSPI-TYP-INT2.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.