File Utility Program (FUP) Management Programming Manual

FUP Commands and Responses
File Utility Program (FUP) Management Programming Manual523322-001
3-26
LOAD Command
ZBLOCK-SIZE
specifies the number of bytes in an input block. The allowable values are in the
range 1 through 32,767.
ZRECORD-SIZE
specifies the maximum number of bytes in an input record. The allowable
values are in the range 1 through 4096.
ZVAR-REC
is a Boolean field with these values:
ZSPI-VAL-TRUE
FUP reads variable-length, blocked records.
ZSPI-VAL-FALSE
FUP does not read variable-length, blocked records. The default is
ZSPI-VAL-FALSE.
ZSHARE
is a Boolean field that applies only to disk files. It can have these values:
ZSPI-VAL-TRUE
FUP opens the source file with the shared exclusion mode.
ZSPI-VAL-FALSE
FUP opens the source file with protected exclusion mode. The default is
ZSPI-VAL-FALSE.
ZEMPTYOK
is a Boolean field with these values:
ZSPI-VAL-TRUE
FUP disables the check for an empty source file.
ZSPI-VAL-FALSE
FUP returns an error for an empty source file. The default is
ZSPI-VAL-FALSE.
ZEBCDIC
is a Boolean field with these values: