Neoview Messages Manual (R2.2)

Recovery Correct the syntax and resubmit.
SQL 3162
3162 Procedure parameter name was not used.
name
is the name of the procedure parameter.
Cause The HP Neoview database software did not use procedure parameter name.
Effect None.
Recovery Informational message only; no corrective action is needed.
SQL 3163
3163 Host variable name appears more than once in the INTO list.
Execution results will be undefined.
name
is the host variable.
Cause You specified an INSERT statement whose INTO list includes host variable name
more than once.
Effect Execution results are undefined.
Recovery This is an informational message only. No corrective action is needed, but you
might want to rewrite your query.
SQL 3164
3164 There is a data type mismatch between output host variable and
selected value.
Cause A data type mismatch occurred between the output host variable and the selected
value in the statement you specified.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3165
3165 The precision or exponent value specified in value was less than
the minimum allowed or greater than the maximum allowed.
Cause You specified a statement in which you exceed the min or max precision or the
exponent value.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3166
3166 The value specified in the float or double value was less than the
minimum allowed or greater than the maximum allowed.
Cause You specified a statement in which you exceed the min or max precision for float or
double value.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3167
3167 Duplicate [ NOT ] DROPPABLE clauses were specified.
Cause You specified a statement with more than one [NOT] DROPPABLE clause.
Effect The operation fails.
108 Parser and Compilation Messages (3000 Through 3999)