Neoview Messages Manual (R2.3)
name
is the statement name.
name
is the module name.
Cause The HP Neoview database software could not find statement name in module name.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 2066
2066 Cursor cursor-name was not found in module module-name.
cursor-name
is the cursor name.
module-name
is the module name.
Cause The HP Neoview database software could not find cursor cursor-name in module
module-name.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 2067
2067 Descriptor name has already been defined in this module. The
previous definition is being retained and this latest one ignored.
name
is the descriptor name.
Cause You defined the descriptor name twice in this module.
Effect The HP Neoview database software uses the first definition.
Recovery Informational message only; no corrective action is needed.
SQL 2068
2068 A procedure body must be a SELECT, INSERT, UPDATE, DELETE, DECLARE
CATALOG, DECLARE SCHEMA, or a static DECLARE CURSOR.
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
2069 A static cursor declaration may appear only in the body of a
procedure.
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.
Recovery Correct the syntax and resubmit.
SQL 2070
2070 Statement is not valid in this context.
Cause In a module definition file, you specified a query statement such as SELECT, INSERT,
UPDATE, DELETE, or a DDL statement. These statements must be embedded in procedures.
Effect The HP Neoview database software is unable to compile the module.
Recovery Correct the syntax and resubmit.
71