DataLoader/MX Reference Manual (G06.24+)

Specifying File-Related Options for DataLoader/MX
DataLoader/MX Reference Manual525872-002
4-6
DUMP
DUMP
Specify the DUMP interpretation to direct the file system to handle the contents of a file
as hexadecimal and ASCII dumps of the actual records. It has this format:
DUMP[<use>]
Each character in a record in a DUMP file is displayed once in hexadecimal format
and, if it is a printable character, again in ASCII. If the character is not printable, a
period (.) is printed.
When changing records in a DUMP file, specify the use designator to avoid changing
both the hexadecimal and ASCII versions of the characters. If use is HEX, only the
hexadecimal representation of the record is used to reconstruct the record. If use is
ASCII, the ASCII representation is used to reconstruct the record. The only exception
is that if use is ASCII and the ASCII representation of a character is a period (.),
DataLoader/MX cannot tell what character is represented, so the hexadecimal
representation for the character that corresponds to a period (.) is used for the
reconstruction.
If <use> is omitted, the default is HEX.
Dump records have a specific format, as shown, and records that do not conform to
this format are transparently skipped on input. Interpretation of ASCII characters
appears on the right side of the listing:
00000 54 68 69 73 20 72 65 63 6F 72 64 20 63 6F 6E 74 This record cont
00016 61 69 6E 73 20 41 53 43 49 49 20 63 68 61 72 61 ains ASCII chara
00032 63 74 65 72 20 64 61 74 61 20 66 6F 6C 6C 6F 77 cter data follow
00048 65 64 20 62 79 20 73 6F 6D 65 20 62 69 6E 61 72 ed by some binar
00064 79 20 64 61 74 61 00 01 02 03 04 05 06 07 08 09 y data..........
< blank line >
The primary use for the DUMP interpretation is for the error (-E) file. DataLoader/MX
puts records that have problems into this file in the correct dump format, together with
a description of the problem. This arrangement lets you research the problem, use a
text editor to fix the records, and then rerun DataLoader/MX with the corrected records
as the input.
The error file can be edited directly and used as input to the DataLoader/MX rerun by
specifying the text file as the input (-I) file with the interpretation of DUMP. Problem
descriptions are ignored, so they need not be deleted. Further, it might be useful to add
a description of what corrective actions have been taken in the file.
The DUMP interpretation can be used only for OSS files and Guardian EDIT files. The
TEXT interpretation is implied for OSS DUMP files.
EBCDIC
Specify the EBCDIC interpretation to direct DataLoader/MX to convert all the data in an
input file from EBCDIC to ASCII. It applies only to input files.
The conversion interprets the whole record as character data and converts it all. If the
record contains binary fields, their values are changed by the conversion, which is