File Utility Programming (FUP) Reference Manual
FUP Commands
File Utility Program (FUP) Reference Manual—523323-015
2-136
LOAD
LOAD
Loads data into a structured disk file without affecting any associated alternate-key 
files. Data in the file being loaded is overwritten. This command applies only to 
Enscribe files.
To load any alternate-key files, use the command LOADALTFILE on page 2-144 after 
you complete a LOAD command.
LOAD in-filename , destination-filename
 [ , load-option ] ...
load-option is:
 EMPTYOK
 FIRST { ordinal-record-num }
 { KEY { record-spec | key-value } }
 { key-specifier ALTKEY key-value }
 PAD [ pad-character ]
 in-option
 key-seq-option
 in-option is:
 BLOCKIN in-block-length
 [ NO ] COMPACT
 EBCDICIN
 RECIN in-record-length
 REELS num-reels
 [ NO ] REWINDIN
 SHARE
 SKIPIN num-eofs
 TRIM [trim-character ]
 [ NO ] UNLOADIN
 VARIN
 XLATE [ translation-table-name ]
 XLATEIN [ translation-table-name ]
 XLATEOUT [ translation-table-name ]
 key-seq-option is:
 MAX num-records
 PARTOF $volume
 SCRATCH scratch-filename
 SORTED
 DSLACK percentage
 ISLACK percentage
 SLACK percentage










