DataLoader/MX Reference Manual (G06.24+)

DataLoader/MX Reference Manual525872-002
4-1
4
Specifying File-Related Options for
DataLoader/MX
DataLoader/MX has two types of file-related options: interpretations and modifiers. An
interpretation specifies how the contents of a file are handled. A modifier stipulates a
more specific attribute of a load, such as the maximum number of records to be
transferred. Interpretations and modifiers are passed in the file name to the open
procedure (DTLOPEN).
This section explains the two types of file-related options and describes how to control
the way DataLoader/MX reads, converts, and processes file contents by using:
Interpretations
°
BROADCAST
°
CSV
°
DUMP
°
EBCDIC
°
INDIRECT
°
KEYRANGE
°
TEXT
Modifiers
°
BUFSIZE
°
MAX
°
NOREWIND
°
NOUNLOAD
°
num%
°
NUMBUFS
°
PERSIST
°
RECFORM
°
SUBTYPE
°
TYPE
°
WAIT
Interpretations
Specify an interpretation to control how the contents of a file are to be handled.
Otherwise, each read moves a bit-for-bit copy of the next record into the program’s
memory or, on output, places a copy of the record in the program’s memory into the
file. If you do specify an interpretation, the file system does not merely move the bit
pattern into, or out of, the program’s memory. Instead, it views the data differently
according to the specified interpretation.