Chapter 11 SQL Preprocessor Error Messages
947
A cursor is declared and opened, but is never used.
no INTO clause on SELECT statement
Message value Message Type
2633 Error
You specified an embedded static SELECT statement but you did not specify
an INTO clause for the results.
no OPEN for cursor ’%1’
Message value Message Type
2694 Error
A cursor is declared, and possibly used, but is never opened.
no declare section and no INCLUDE SQLCA statement
Message value Message Type
2680 Error
The EXEC SQL INCLUDE SQLCA statement is missing from the source
file.
no statement defined for OPEN
Message value Message Type
2644 Error
Probable cause
Probable cause
Probable cause
Probable cause