SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
SQL/MX MXCMP Messages (2000 through 2999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
4-16
SQL 2066
Where name is the cursor name.
Where name is the module name.
Cause. NonStop SQL/MX could not find cursor name in module name.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 2067
Where name is the descriptor name.
Cause. You defined the descriptor name twice in this module.
Effect. NonStop SQL/MX uses the first definition.
Recovery. Informational message only; no corrective action is needed.
SQL 2068
Cause. You specified a procedure whose body is invalid. It must be a SELECT,
INSERT, UPDATE, DELETE, DECLARE CATALOG, DECLARE SCHEMA, or static
DECLARE CURSOR.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 2069
Cause. You specified a static cursor declaration that is outside the body of a
procedure. It should appear only in the body of a procedure.
Effect. The operation fails.
2066 Cursor name was not found in module name.
2067 Descriptor name has already been defined in this
module. The previous definition is being retained and this
latest one ignored.
2068 A procedure body must be a SELECT, INSERT, UPDATE,
DELETE, DECLARE CATALOG, DECLARE SCHEMA, or a static DECLARE
CURSOR.
2069 A static cursor declaration may appear only in the body
of a procedure.










