File Utility Program (FUP) Management Programming Manual

FUP Commands and Responses
File Utility Program (FUP) Management Programming Manual523322-001
3-29
LOAD Command
ZPADCHAR
is a field that specifies an ASCII pad character. If an input file record length
contains fewer bytes than the output file record length, FUP pads the
destination file record with this character (up to the output file record length). To
supply this field, specify ZSPI-VAL-TRUE with ZPADCHAR-IS-PRESENT.
ZFUP-MAP-LOAD-KEYSEQ-OPTS
is an optional structured token that specifies options for a key-sequenced
destination file. Only one of these tokens is allowed per command. The fields are:
ZPARTOF
specifies the volume where the primary partition of the destination file resides.
Only the partition designated by the destination file name is to be loaded.
ZSORTED
is a Boolean field with these values:
ZSPI-VAL-TRUE
specifies that the records in the source file are in the key field order of the
destination file and should not be sorted.
ZSPI-VAL-FALSE
specifies that the source file records should be sorted. The default is
ZSPI-VAL-FALSE.
ZMAX-RECS
is an estimate of the number of records in the source file. The allowable values
are in the range 0 through 2,147,483,647. The default is 10,000.
ZSCRATCH
specifies a file name or volume name to be used for temporary storage during
the sorting process. The name must be in the Guardian internal file-name
format. The default is a scratch file on the default volume.
ZDSLACK
specifies the minimum percentage of slack space to be left for future insertions
in data blocks. The allowable values are in the range 0 through 99. The default
is 0.
ZISLACK
specifies the minimum percentage of slack space to be left for future insertions
in index blocks. The allowable values are in the range 0 through 99. The
default is 0.