File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-8
7: ZFUP-ERR-INV-VALUE
7: ZFUP-ERR-INV-VALUE
An application set a token or field within a token to an invalid value.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-INV-VALUE (7). This token is always in the error list.
ZSPI-TKN-PARM-ERR
is the standard SPI parameter error token. It contains these fields:
Z-TOKENCODE
is the token code of the token that caused the error.
Z-INDEX
is the occurrence number of the token that caused the error.
Z-OFFSET
is the byte offset of the field that caused the error. This token is null if the field
is not part of a structured token.
Recommended Action
Determine the token and field (if applicable) that has the invalid value from the
Z-TOKENCODE and Z-OFFSET tokens in the error list. Correct this token or field and
retry the command.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZSPI-TKN-PARM-ERR
Z-TOKENCODE type ZSPI-DDL-TOKENCODE.
Z-INDEX type ZSPI-DDL-UINT.
Z-OFFSET type ZSPI-DDL-UINT.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.