File Utility Program (FUP) Management Programming Manual

FUP Commands and Responses
File Utility Program (FUP) Management Programming Manual523322-001
3-24
LOAD Command
LOAD Command
The LOAD command loads data into a structured disk file without affecting any
associated alternate-key files.
Command
ZFUP-CMD-LOAD
Object Type
ZFUP-OBJ-FILE
Tokens in the Command Buffer
ZFUP-TKN-SOURCE-FILE token-type ZSPI-TYP-FNAME.
ZFUP-TKN-DEST-FILE token-type ZSPI-TYP-FNAME.
ZFUP-MAP-LOAD-SOURCE-OPTS
def ZFUP-DDL-LOAD-SOURCE-OPTS.
02 ZBLOCK-SIZE type ZSPI-DDL-INT2.
02 ZRECORD-SIZE type ZSPI-DDL-INT2.
02 ZVAR-REC type ZSPI-DDL-BOOLEAN.
02 ZSHARE type ZSPI-DDL-BOOLEAN.
02 ZEMPTYOK type ZSPI-DDL-BOOLEAN.
02 ZEBCDIC type ZSPI-DDL-BOOLEAN.
02 ZUNLOAD type ZSPI-DDL-BOOLEAN.
02 ZREWIND type ZSPI-DDL-BOOLEAN.
02 ZSKIP type ZSPI-DDL-INT.
02 ZREELS type ZSPI-DDL-INT.
02 ZMOUNT-MSG-FILE type ZSPI-DDL-FNAME.
02 ZTRIMCHAR-IS-PRESENT type ZSPI-DDL-BOOLEAN.
02 ZTRIMCHAR type ZSPI-DDL-CHAR.
end.
ZFUP-MAP-LOAD-DEST-OPTS
def ZFUP-DDL-LOAD-DEST-OPTS.
02 ZCOMPACT type ZSPI-DDL-BOOLEAN.
02 ZPADCHAR-IS-PRESENT type ZSPI-DDL-BOOLEAN.
02 ZPADCHAR type ZSPI-DDL-CHAR.
end.
ZFUP-MAP-LOAD-KEYSEQ-OPTS
def ZFUP-DDL-LOAD-KEYSEQ-OPTS.