File Utility Program (FUP) Management Programming Manual

FUP Commands and Responses
File Utility Program (FUP) Management Programming Manual523322-001
3-28
LOAD Command
ZTRIMCHAR-IS-PRESENT
is a Boolean field with these values:
ZSPI-VAL-TRUE
specifies that the trim character (ZTRIMCHAR) is supplied. You must use
this field if a value is supplied in ZTRIMCHAR.
ZSPI-VAL-FALSE
specifies that the trim character (ZTRIMCHAR) is not supplied. This is the
default.
ZTRIMCHAR
specifies an ASCII trim character. Any trailing characters matching this
character are deleted from the input record. You must specify ZSPI-VAL-TRUE
with ZTRIMCHAR-IS-PRESENT to supply this field.
ZFUP-MAP-LOAD-DEST-OPTS
is an optional structured token that specifies options for the destination file. The
fields are:
ZCOMPACT
is a Boolean field that applies only to relative source files. It can have these
values:
ZSPI-VAL-TRUE
FUP ignores records with a length of zero and does not represent them in
the destination file. This is the default.
ZSPI-VAL-FALSE
FUP represents records with a length of zero in the destination file.
ZPADCHAR-IS-PRESENT
is a Boolean field with these values:
ZSPI-VAL-TRUE
specifies that the pad character field (ZPADCHAR) is supplied. This is the
default. You must use this field if a value is supplied in ZPADCHAR.
ZSPI-VAL-FALSE
specifies that the pad character field (ZPADCHAR) is not supplied.