ALLBASE/SQL Message Manual (36216-90213)

80 Chapter3
ALLBASE/SQL Error Messages: 1-745
line.
ACTION Correct the command file so that all commands are
terminated with a semicolon (;)
or
reissue the commands which were not executed.
50 MESSAGE Fraction length must be in the range 0..18
(DBERR 50)
CAUSE The fraction length you specified in the FRACTION option
of the SET command was not within the acceptable range.
The fraction length was not changed.
ACTION Issue the command again, specifying a fraction length
between 0 and 18.
51 MESSAGE Column ! can't be null. You MUST load this
column. (DBERR 51)
CAUSE The LOAD command did not specify a column that was
created with the NOT NULL attribute.
ACTION Issue the command again, specifying any column created
with the NOT NULL attribute.
52 MESSAGE Internal error trying to load data. (DBERR
52)
CAUSE An unsuccessful BULK INSERT in DBCore. An additional
error message will be returned.
ACTION Refer to the cause and action of the additional error
message.
53 MESSAGE Pagewidth must be in the range 10..254.
(DBERR 53)
CAUSE The PAGEWIDTH option you specified in the SET
command was not within the valid range. The page width
was not changed.
ACTION Issue the command again, specifying a page width in the
range of 10 through 254.
54 MESSAGE AutoSave count must be in the range 1..32767.
(DBERR
54)
CAUSE The AUTOSAVE option you specified in the SET command
was not within the valid range. The number of rows
remains the same.
ACTION Issue the command again, specifying an Autosave count in
the range of 1 through 32,767.
55 MESSAGE Problem getting help. (DBERR 55)