ALLBASE/SQL Message Manual (36216-90213)

Chapter 4 119
ALLBASE/SQL Error Messages: 746-2100
CAUSE You specified a CHECK constraint with
CURRENT_DATETIME.
ACTION Remove the use of CURRENT_DATETIME in the CHECK
constraint and reissue the statement.
1109 MESSAGE ! PARTITION value must be non-zero. (DBERR
1109)
CAUSE You specified a DEFAULT, MAXPARTITIONS, or
COMMENT partition value of zero in the START DBE
NEW or START DBE NEWLOG statement.
ACTION Check the specified START DBE statement and replace
the zero in the named partition value with a non-zero
value.
1110 MESSAGE The label (!) is not an integer. (DBERR 1110)
CAUSE For PASCAL and FORTRAN 77 applications, labels must
be integers. A label was found that was not an integer.
ACTION Change the label to an integer.
1111 MESSAGE The label (!) is not an identifier name.
(DBERR 1111)
CAUSE For C and COBOL applications, labels must be identifier
names which start with non-numeric characters. A label
was found that started with a numeric character.
ACTION Change the label to start with a non-numeric character.
1120 MESSAGE Statement not allowed in stored procedure.
(DBERR 1120)
CAUSE The current statement is not permitted within a
procedure.
ACTION Issue the CREATE PROCEDURE statement again,
omitting the illegal statement. Refer to the description of
the CREATE PROCEDURE statement in the "SQL
Statements" chapter of the ALLBASE/SQL Reference
Manual for a list of statements that are not allowed in
procedures.
1121 MESSAGE Local variable declarations must be at the
beginning of a stored procedure. (DBERR 1121)
CAUSE The DECLARE statement was not at the beginning of the
procedure.
ACTION Define local variables with DECLARE statements at the
beginning of the procedure.
1122 MESSAGE Return Status in the RETURN statement must be
an integer value. (DBERR 1122)
CAUSE The status value in the RETURN statement is not an