File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-11
10: ZFUP-ERR-LONG-COMMAND
10: ZFUP-ERR-LONG-COMMAND
An application specified a command that was too long for the buffer.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-LONG-COMMAND (10). This token is always in the error
list.
Recommended Action
The recommended buffer length for all FUP commands is ZFUP-VAL-BUFLEN. If your
buffer is shorter, reallocate it and retry the command.
11: ZFUP-ERR-WRONG-SSID
An application specified an incorrect FUP subsystem ID (SSID) for a command.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-WRONG-SSID (11). This token is always in the error list.
Recommended Action
The correct FUP subsystem ID is ZFUP-VAL-SSID. Correct the SSINIT procedure call
and retry the command.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.