5.6.2 Output example of error information file

This section presents an output example of error information file.

This dump image listing shows the row data in line 10 that resulted in a data conversion error.

pdload (03-00) **** DB LOAD **** 1996-05-07 12:34:56   single   ........1
KFPL31004-E Data conversion error occurred,
            line=10, column=4   ........................................2
KFPL31002-E Invalid pack format value,
            line=77, column=5   ........................................2
KFPL30000-I Server name=SDS   ..........................................3
KFPL30001-I Rows successfully loaded=98   ..............................4

**** First error data [CODE:4] ****   ..................................5
41424344​ 00000001​ 61620001​ 0000001​c  ABCD ... ab ..
ffffffff 6364                        ... cd   ..........................6

Explanation:
  1. Header
  2. Input data error message
  3. Server name
  4. Number of stored rows
  5. Sub-header (code number is the logical error number)
  6. Dump image listing of the first error data (hexadecimal and ASCII characters)
Following are the contents of the error information file, depending on whether or not the -e option is specified:
-e optionInput data errorError information file contents
SpecifiedNo[Figure]
Yes1 - 6
Not specifiedNo1, 3, 4
Yes1 - 6

[Figure]: No information is output.

Note
The numbers shown as the contents of the error information file correspond to the numbers used in the error information file output example.