ALLBASE/SQL Message Manual (36216-90213)

Chapter 4 113
ALLBASE/SQL Error Messages: 746-2100
ACTION Remove the extra constraint(s); if more than one CHECK
exists, the expressions within them can be ANDed
together within a single CHECK.
1066 MESSAGE Illegal hexadecimal number specified. (DBERR
1066)
CAUSE You specified non-hexadecimal characters for the
BINARY/VARBINARY field.
ACTION Refer to the chapter "Data Types" in the ALLBASE/SQL
Reference Manual for proper syntax.
1067 MESSAGE Invalid location name. (DBERR 1067)
CAUSE You attempted to enter a location name longer than 35
characters.
ACTION Replace the location name with one under the maximum
length and reissue the statement.
1068 MESSAGE DEFAULT clause is not allowed for LONG data
type column. (DBERR 1068)
CAUSE You specified a DEFAULT clause for a column which is
defined as LONG data type.
ACTION Remove the DEFAULT clause.
1069 MESSAGE RECOVER option is not supported in START DBE
command. (DBERR 1069)
CAUSE The START DBE RECOVER command is no longer
available.
ACTION No action necessary. Refer to the ALLBASE/SQL
Database Administration Guide for information on
recovery.
1071 MESSAGE Syntax combination of dynamic parameter and
host variable disallowed. (DBERR 1071)
CAUSE You used both a dynamic parameter and a host variable in
the statement.
ACTION Modify your statement to contain only dynamic
parameters or only host variables.
1072 MESSAGE Dynamic parameter is allowed in the PREPARE
command only. (DBERR 1072)
CAUSE You used a dynamic parameter in a statement that has not
been prepared.
ACTION Either prepare the statement using the PREPARE
statement or remove the dynamic parameters from the
statement.
1073 MESSAGE Dynamic parameter as the argument of an