ALLBASE/SQL Message Manual (36216-90213)

201
7 ALLBASE/SQL Error Messages:
2800-8220
2800 MESSAGE Table's language is not compatible with DBE's
language. (DBERR 2800)
CAUSE The language you specified for the table is neither the
same as DBEnvironment's language, nor NATIVE-3000.
ACTION Make sure the table's language is either NATIVE-3000 or
the same as the DBEnvironment's language.
2801 MESSAGE Column's language not compatible table/DBE's
language. (DBERR 2801)
CAUSE The language you specified for the column is neither
table/DBEnvironment's language nor NATIVE-3000.
ACTION Make sure the column's language is either the same as
table/DBEnvironment's language or NATIVE-3000.
2802 MESSAGE Procedure result language is not compatible
with procedure/DBEnvironment language. DBERR
2802)
CAUSE A language other than that of the DBEnvironment or
n-computer was specified for a procedure result.
ACTION Re-issue the CREATE PROCEDURE statement, either
omitting the language clause, or specifying either the
DBEnvironment language or n-computer.
2803 MESSAGE Procedure language is not compatible with
DBEnvironment language. (DBERR 2803)
CAUSE The language you specified for the procedure was neither
the DBEnvironment language nor NATIVE-3000.
ACTION Issue the CREATE PROCEDURE statement again,
specifying either the DBEnvironment language or
NATIVE-3000 for the procedure, or specifying no
procedure language.
2804 MESSAGE Parameter language is not compatible with
procedure/DBEnvironment language. (DBERR
2804)
CAUSE The language you specified for the parameter was neither
the procedure/DBEnvironment language nor