File Utility Program (FUP) Management Programming Manual

FUP Commands and Responses
File Utility Program (FUP) Management Programming Manual523322-001
3-4
CHECKSUM Command
ZSPI-VAL-ERR-AND-WARN
FUP returns a response record only for a file that caused an error or a warning.
The response buffer contains at least one error list (despite the value of
ZSPI-TKN-RETCODE).
ZSPI-VAL-ERR-WARN-AND-NORM
FUP returns a response record for each file processed. This is the default.
ZSPI-TKN-ALLOW-TYPE
is the standard SPI token that determines if FUP continues processing the
remaining files in a file set (despite the occurrence of an error on a current file in
the file set).
ZSPI-TKN-ALLOW-TYPE is significant only if ZSPI-TKN-MAXRESP is -1 (or
greater than 1). Otherwise, FUP ignores the token. The values for
ZSPI-TKN-ALLOW-TYPE are:
ZSPI-VAL-NORM-ONLY
FUP processes the next file only if the command was successful for the current
file (that is, FUP did not return an error list for the file). This is the default.
ZSPI-VAL-WARN-AND-NORM
FUP processes the next file if the command completed for the current file. A
warning might have occurred for the file, but the ZSPI-TKN-RETCODE value is
zero.
ZSPI-VAL-ERR-WARN-AND-NORM
FUP processes the next file regardless of any problems encountered for the
current file.
ZSPI-TKN-COMMENT
is the standard SPI token that allows you to include an 80-byte arbitrary comment
in the command buffer. Although FUP ignores ZSPI-TKN-COMMENT in the
command buffer, the token can be useful when you are debugging an application.
Tokens in the Response Buffer
ZSPI-TKN-DATALIST
is the standard SPI token that begins a data list. The data list ends with
ZSPI-TKN-ENDLIST.