File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-4
3: ZFUP-ERR-INVALID-TOKEN
3: ZFUP-ERR-INVALID-TOKEN
An application specified an invalid token in the command buffer.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-INVALID-TOKEN (3). 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 that caused the error.
Z-INDEX and Z-OFFSET
are not used and have null values.
Recommended Action
Determine the invalid token code from Z-TOKENCODE in the error list. Omit this token
or substitute the correct token 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.