SQL/MP Messages Manual
SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual—427720-006
10-37
SQL 8416
Cause. The pattern or escape clause is invalid. The wild-card characters are the
percent sign (%) and the underscore (_). The percent sign indicates zero, and the
underscore indicates that any single character is acceptable.
Effect. The statement fails.
Recovery. Supply a valid pattern or escape clause.
SQL 8417
Cause. The scale of the target buffer is less than the scale of the source value.
Effect. A truncated result was put in the target.
Recovery. Check your data or data buffers (host variables).
SQL 8418
Cause. The scale of the target buffer is less than the scale of the source value.
Effect. The statement does not execute.
Recovery. Check your data or data buffers (host variables).
SQL 8420
Cause. Internal error: Your program is corrupted.
Effect. The statement fails.
Recovery. None. Report the entire message to your service provider.
8416 Invalid pattern or escape clause for LIKE operator.
8417 Scale of a numeric data value was truncated.
8418 Truncating scale of a numeric data value was required,
but was not allowed.
8420 Internal error: Data conversion.