SQL/MP Messages Manual

SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual427720-006
5-18
SQL 3066
Cause. You specified a length of 0 (zero) for a character data type.
Effect. The statement does not compile.
Recovery. Correct the data type description by specifying a length greater than 0
(zero), and recompile.
SQL 3067
Cause. Stated in the error message.
Effect. The statement does not compile.
Recovery. Replace the parameter name with a host variable name and recompile.
SQL 3068
Cause. You specified a host variable name, but a parameter name was required.
Effect. The statement does not compile.
Recovery. Replace the host variable name with a parameter name and recompile.
SQL 3069
Cause. SQL/MP detected an invalid character in the SQL statement.
Effect. The statement does not compile.
Recovery. Remove the invalid character and recompile.
3066 The length of a character data type must be greater than
0 (zero).
3067 A parameter name was specified, but a host variable name
is required.
3068 A host variable name was specified, but a parameter name
is required.
3069 Invalid character.