ALLBASE/SQL Message Manual (36216-90213)

262 Chapter8
ALLBASE/SQL Error Messages: 8221-10999
or
contact your database administrator to obtain the
required CONNECT authority.
10954 MESSAGE Cannot begin transaction. (DBERR 10954)
CAUSE A transaction could not begin. An additional message will
be returned.
ACTION Refer to the cause and action of the additional message.
10955 MESSAGE Cannot drop module. (DBERR 10955)
CAUSE You do not have the required authority to drop the
specified module
or
an additional message will be returned.
ACTION No action is necessary. You must either be the owner or the
database administrator to drop a module
or
refer to the cause and action of the additional message.
10956 MESSAGE Cursor name must be a single identifier.
(DBERR 10956)
CAUSE You attempted to qualify a cursor with an owner or module
name.
ACTION Delete the cursor name qualification in the specified
statement and re-preprocess your program.
10957 MESSAGE Indicator variables not allowed in this
statement. (DBERR 10957)
CAUSE You specified an indicator variable in a statement that
does not allow indicator variables.
ACTION Remove the indicator variable from the statement
or
verify that the host variables have the correct data types.
10958 MESSAGE A query is already defined with this cursor
name. (DBERR 10958)
CAUSE You attempted to declare a cursor which was already
declared.
ACTION Modify one occurrence of the DECLARE CURSOR
statement to specify a unique cursor name and
re-preprocess your program.
10959 MESSAGE There is no declared query with this cursor
name. (DBERR 10959)