File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-53
56: ZFUP-ERR-RECLEN-BIG
56: ZFUP-ERR-RECLEN-BIG
An application specified a TAPE DEFINE for the source file, but the TAPE DEFINE
RECLEN value is too large (greater than 4096).
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-RECLEN-BIG (56). 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 TAPE DEFINE RECLEN value.
Recommended Action
The command fails. Change the RECLEN value (if possible) to a size that FUP can
process (less than 4096 bytes) 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.