SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual—523730-004
5-38
SQL 3164
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
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
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
Cause. You specified a statement with more than one [NOT] DROPPABLE clause.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
3164 There is a data type mismatch between output host
variable and selected value.
3165 The precision or exponent value specified in value was
less than the minimum allowed or greater than the maximum
allowed.
3166 The value specified in the float or double value was
less than the minimum allowed or greater than the maximum
allowed.
3167 Duplicate [ NOT ] DROPPABLE clauses were specified.