Neoview Messages Manual (Volume 1) (R2.5)
4 Parser and Compilation Messages (3000 Through 3999)
SQL 3000
3000 An internal error occurred in module name on line number.
DETAILS(detailed text).
Cause An internal error has occurred in module name on line number. Details are displayed
in detailed text.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 3001
3001 Syntax error at or before SQL text.
Cause There is a syntax error near the text SQL text.
Effect The operation fails.
Recovery See the errors that accompany this message for more information. Correct the
syntax and resubmit.
SQL 3002
3002 column name is not a valid column reference; it has more than 4
name parts.
Cause You specified an invalid column reference, which must have four or fewer parts.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3003
3003 Length or precision must be greater than zero.
Cause You defined length or precision as zero. You must enter a value greater than zero.
Effect The operation fails.
Recovery Enter a value greater than zero and resubmit.
SQL 3004
3004 A delimited identifier must contain at least one nonblank character.
Cause You defined a delimited identifier as blanks. You must enter at least one nonblank
character.
Effect The operation fails.
Recovery Enter at least one nonblank character and resubmit.
SQL 3005
3005 A DECLARE CURSOR statement cannot dynamically get its cursor name
from a host variable while also statically declaring a cursor
specification. A dynamic cursor requires the name of a previously
prepared statement or a host variable containing such a name; a static
cursor requires a fixed, static name.
Cause You attempted to use a DECLARE CURSOR statement without declaring a cursor
name or using the name of a previously prepared statement.
89