ALLBASE/SQL Message Manual (36216-90213)

Chapter 6 193
ALLBASE/SQL Error Messages: 2420-2795
or
after an ADVANCE returned an sqlcode of 200 (no more
result sets).
ACTION Issue an ADVANCE statement after opening the cursor,
and before trying to fetch results.
or
Check for an sqlcode of 200 on an ADVANCE statement
before attempting to fetch results.
2750 MESSAGE Module !.!(!) has DBEFileSet error. (DBERR
2750)
CAUSE You tried to use DECLARE CURSOR or to PREPARE a
section in a non-existent DBEFileSet.
ACTION Check your spelling, and examine the
SYSTEM.DBEFILESET view to make sure that the
DBEFileSet actually exists. Then issue the command
again, specifying a valid DBEFileSet.
2752 MESSAGE Module !.!(!) is a cursor. (DBERR 2752)
CAUSE You tried to use the EXECUTE statement on a cursor.
ACTION The only valid commands for a cursor are OPEN, CLOSE,
FETCH, DESCRIBE, and DECLARE CURSOR.
2753 MESSAGE Module !.!(!) is not a cursor. (DBERR 2753)
CAUSE You tried to OPEN, CLOSE, FETCH, or DESCRIBE a
section which was not deļ¬ned with a DECLARE CURSOR
statement.
ACTION A cursor must be declared using the DECLARE CURSOR
statement before you refer to it in the other cursor
commands.
2754 MESSAGE Cursor !. ! (!) is not open. (DBERR 2754)
CAUSE ALLBASE/SQLautomaticallyrolled back your transaction
causing the cursors to be closed
or
the cursor was never opened.
ACTION Insure that the cursor was opened.
2755 MESSAGE Module !.!(!) already open. (DBERR 2755)
CAUSE You attempted to OPEN the same cursor twice.
ACTION No action is necessary.
2756 MESSAGE Cursor !.!(!) has no current tuple. (DBERR
2756)