ALLBASE/SQL Message Manual (36216-90213)

76 Chapter3
ALLBASE/SQL Error Messages: 1-745
discontinued. An additional error message will be
returned.
ACTION Refer to the cause and action of the additional error.
27 MESSAGE No column selected from table !. (DBERR 27)
CAUSE You did not specify a column name in the LOAD command.
ACTION Issue the LOAD command again, specifying a column
name.
28 MESSAGE History number must be in the range 1..!.
(DBERR 28)
CAUSE The number you specified in the LIST HISTORY or
RECALL HISTORY command was out of the acceptable
range.
ACTION Issue the command again, specifying a number from 1
through 10.
29 MESSAGE Valid options are Y[ES] and N[O]. (DBERR 29)
CAUSE The option you entered for the END, LOAD, STORE, or
EXIT command is not a valid option.
ACTION Issue the command again, specifying a valid option. Refer
to the ISQL Reference Manual for ALLBASE/SQL and
IMAGE/SQL for additional information on these
commands.
30 MESSAGE Column is beyond end of record in load file
on line #!. (DBERR 30)
CAUSE At least part of one of the specified data fields you specified
was beyond the end of the record in the load file. The
record was ignored and no data was loaded into the table
from the record.
ACTION Check the description given for the load file. Make sure
the starting location for each field is not beyond the end of
the record. Also, check that the length specified for each
field does not cause part of the field to be beyond the end of
the record. The starting location plus the length should be
equal to or less than the record length.
31 MESSAGE Search pattern is beyond end of record on
line #!. (DBERR 31)
CAUSE The starting position of the search pattern you specified
was beyond the end of the record. The record was ignored
and no data was loaded into the table from the record.
ACTION Verify the starting position of the search pattern and issue
the LOAD command again.
32 MESSAGE Valid options are ON and OF[F]. (DBERR 32)