ALLBASE/SQL Message Manual (36216-90213)

Chapter 4 111
ALLBASE/SQL Error Messages: 746-2100
CAUSE An SQL statement contained an invalid Native Language
Support (NLS) character.
ACTION Check the NLS characters in the SQL statement and issue
it again.
1053 MESSAGE Duplicate LANG clause defined. (DBERR 1053)
CAUSE A command was issued with a duplicate LANG clause.
ACTION Correct the command and issue it again.
1054 MESSAGE Invalid LANG specified. (DBERR 1054)
CAUSE You attempted to specify a language that is not configured
on the system possibly because of misspelling.
ACTION Specify a valid language, then reissue the command to
create the object.
1055 MESSAGE Language clause not valid with non-character
column. (DBERR 1055)
CAUSE You tried to define a non-character column as having a
language type.
ACTION Specify the language type with the appropriate character
column.
1057 MESSAGE DEFAULT NULL is specified, NOT NULL is not
allowed. (DBERR 1057)
CAUSE DEFAULT NULL and NOT NULL cannot be specified at
the same time.
ACTION Either remove the DEFAULT NULL clause or remove the
NOT NULL clause.
1058 MESSAGE Number of referenced columns must match
number of foreign key columns. (DBERR 1058)
CAUSE The number of columns in the column list following
REFERENCES was greater than one for a column-level
constraint, or did not match the number of columns in a
FOREIGN KEY column list for a table level constraint in a
CREATE TABLE statement.
ACTION Check your syntax and correct the number of columns.
1059 MESSAGE Aggregate, subquery, or host variable
disallowed in CHECK constraint or rule.
(DBERR 1059)
CAUSE A CHECK constraint or RULE was defined with one of
these items in it.
ACTION Check the syntax and remove the aggregate, subquery, or
host variable from your CHECK constraint or RULE.
1060 MESSAGE Constraint name beginning with SQLCON_