ALLBASE/SQL Message Manual (36216-90213)

22 Chapter2
ALLBASE/SQL Warning Messages
5 MESSAGE BULK not allowed interactively - ignored.
(DBWARN 5)
CAUSE You issued a BULK SELECT or BULK FETCH option
while in ISQL.
ACTION Any SELECT performed in ISQL is automatically treated
as a BULK SELECT. BULK is an option for programming
with SQL only. Refer to the ALLBASE/SQL Reference
Manual for additional information.
6 MESSAGE Transaction terminated. (DBWARN 6)
CAUSE EOF was reached on input file.
ACTION SQLCore automatically rolled back the transaction. No
action is necessary.
7 MESSAGE Commands after START ignored. (DBWARN 7)
CAUSE You may not have any additional commands on the
command line after a START command.
ACTION Refer to the ALLBASE/SQL Reference Manual for more
information.
8 MESSAGE Numeric field error on line !, column !.
(DBWARN 8)
CAUSE The line number specified contains non-numeric data in
the column indicated. The LOAD EXTERNAL command
continues executing and loads a 0 value for that column.
ACTION Refer to the ISQL Reference Manual for ALLBASE/SQL
and IMAGE/SQL for additional information on the LOAD
EXTERNAL command.
9 MESSAGE Entire command has been deleted. (DBWARN 9)
CAUSE You deleted the entire command using the REDO
command.
ACTION No action is necessary.
10 MESSAGE Load file is empty. (DBWARN 10)
CAUSE The file that you named in the LOAD EXTERNAL
command is empty. No rows were processed.
ACTION No action is necessary.
11 MESSAGE LOAD command stopped because of error.
(DBWARN 11)
CAUSE An INTERNAL load could not be continued due to another
error. An additional message will be returned.
ACTION Refer to the cause and action of the additional message.
12 MESSAGE Starting row is beyond end of load file.