File Utility Program (FUP) Management Programming Manual

FUP Commands and Responses
File Utility Program (FUP) Management Programming Manual523322-001
3-3
CHECKSUM Command
ZFUP-MAP-PAR-CHECKSUM
is an optional structured token that specifies whether primary or secondary
partitions of a partitioned file are to have the checksum value recomputed. Only
one of these tokens is allowed per command.
ZPART-ONLY
is a Boolean field with these values:
ZSPI-VAL-TRUE
specifies to have the checksum value recomputed for only the primary or
secondary partitions of a partitioned file (defined by the file-set template).
This field does not affect nonpartitioned files.
ZSPI-VAL-FALSE
specifies to have the checksum value recomputed for any primary
partitions of a partitioned file, and all secondary partitions of the files (the
entire file) that are defined by the fileset template. The default is
ZSPI-VAL-FALSE.
ZSPI-TKN-MAXRESP
is the standard SPI token that indicates the maximum number of response records
that FUP returns in a response buffer. The values for ZSPI-TKN-MAXRESP are:
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.
ZSPI-TKN-RESPONSE-TYPE
is the standard SPI token that indicates the type of response records that FUP
returns. The values for ZSPI-TKN-RESPONSE-TYPE are:
0 FUP returns one response record per buffer (not enclosed in a data list). The
default is zero.
1 FUP returns as many response records per buffer as the buffer can hold (with
each response record enclosed in a data list).
n FUP returns n response records per buffer (with each response record
enclosed in a data list). n must be a positive number.