File Utility Program (FUP) Management Programming Manual

FUP Commands and Responses
File Utility Program (FUP) Management Programming Manual523322-001
3-5
CHECKSUM Command
ZFUP-TKN-FILE
is the name of the file on which the CHECKSUM command was attempted. The file
name is in the Guardian internal file-name format. This token is returned with every
response.
ZSPI-TKN-RETCODE
is the standard SPI return token that is returned in the response buffer by all
Compaq subsystems. ZSPI-TKN-RETCODE contains zero if the command was
successful or an error number if an error occurred.
Table 3-1 on page 3-5 shows the ZSPI-TKN-RETCODE values specific to the
CHECKSUM command
Table 3-1. Errors Returned by CHECKSUM
ZSPI-TKN-ERRLIST
is the standard SPI token that begins an error list. The error list ends with
ZSPI-TKN-ENDLIST.
ZSPI-TKN-CONTEXT
is the standard SPI token that indicates whether FUP has more reply messages to
return.
If ZSPI-TKN-CONTEXT is present in the response buffer, FUP has more reply
messages to return. Return the token in the command buffer to FUP. You can
ignore the actual value of ZSPI-TKN-CONTEXT because this value is
important only to FUP.
If ZSPI-TKN-CONTEXT is not present in the response buffer, FUP has
returned all of the reply messages.
Note. Table 2-7, Errors Returned by All FUP Commands, on page 2-28 shows the ZSPI-TKN-
RETCODE values common to all FUP commands.
Error
Number
Symbolic Name
(ZFUP-ERR-) Description
52 PNAME-BAD FUP found an invalid partition name.
53 PNAME-NOT-NET FUP found an invalid network partition name.
68 AUDITED-FILE An application tried a CHECKSUM on an audited file.
Note. For more information about all of the FUP error numbers and their corresponding
error lists, see Appendix B, FUP Error Messages
.