ALLBASE/SQL Message Manual (36216-90213)

Chapter 4 117
ALLBASE/SQL Error Messages: 746-2100
ACTION Set the default timeout to a value less than or equal to the
maximum timeout limit
or
set the maximum timeout limit to a value greater than or
equal to the default timeout value.
1096 MESSAGE DEFAULT TIMEOUT specified multiple times.
(DBERR 1096)
CAUSE You specified the DEFAULT TIMEOUT clause more than
once in either the START DBE, START DBE NEW, or
STARTDBE NEWLOG statement.
ACTION Issue the statement again, specifying the DEFAULT
TIMEOUT clause only once.
1097 MESSAGE MAXIMUM TIMEOUT specified multiple times.
(DBERR 1097).
CAUSE You specified the MAXIMUM TIMEOUT clause more than
once in either the START DBE, START DBE NEW, or
STARTDBE NEWLOG statement.
ACTION Issue the statement again, specifying the MAXIMUM
TIMEOUT clause only once.
1098 MESSAGE User timeout value out of valid range. (DBERR
1098)
CAUSE The specified user timeout is invalid.
ACTION Verify that the user timeout value is within the valid
range.
1099 MESSAGE GENPLAN accepts SELECT, UPDATE, and DELETE
statements only. (DBERR 1099)
CAUSE A SELECT, UPDATE, or DELETE statement is expected.
ACTION Issue GENPLAN for a statement of one of the above types.
1100 MESSAGE VariableName in WHERE clause has not been
defined in the WITH clause of GENPLAN. (DBERR
1100)
CAUSE A
VariableName
in the WHERE clause of the statement
contained in GENPLAN has not been defined in the WITH
clause of the GENPLAN statement.
ACTION Add the
VariableName
with the appropriate data type to
the WITH clause of the GENPLAN statement.
1101 MESSAGE A language, default, or column constraint
clause is not allowed in the WITH clause of
GENPLAN. (DBERR 1101)
CAUSE A language, default, or column constraint clause was