SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual523730-004
17-19
SQL 20070
Where columnnumber is the number of the column that IMPORT already processed
in the current row.
Cause. The specific field in the current row in the input file could not be processed.
Effect. The operation fails.
Recovery. Check the specified column in the current row for valid data.
SQL 20071
Cause. The row delimiter string that you specified, either at the command line or in the
DELIMITED FORMAT section of the format file, contains a field qualifier character.
Effect. The operation fails.
Recovery. Specify a row delimiter string that does not contain a field qualifier
character and resubmit.
SQL 20072
Cause. The field delimiter and row delimiter strings that you specified, either at the
command line or in the DELIMITED FORMAT section of the format file, start with the
same character. When only one of them is specified at the command line, the value for
the other delimiter is either the default value, as specified in the IMPORT topic of the
SQL/MX Reference Manual, or the value specified in the DELIMITED FORMAT section
of the format file.
Effect. The operation fails.
Recovery. Specify a row delimiter and field delimiter that start with a different
character and resubmit. If you specify only one at the command line, it should not start
with the same character as the other delimiter.
20070 Columns in the datafile are not correct. Columns found
so far: columnnumber
20071 The row delimiter should not contain a qualifier
character.
20072 First character of the field delimiter must be
different than the first character of the row delimiter.