SQL/MP Messages Manual
SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual—427720-006
10-35
SQL 8408
Cause. The denominator value for division was zero.
Effect. The statement fails.
Recovery. Correct the statement to remove division by zero.
SQL 8409
Cause. The data type was not implemented.
Effect. The statement fails.
Recovery. Do not use this data type.
SQL 8410
Cause. The data does not match the definition of a data buffer.
Effect. The statement fails.
Recovery. Check your data. For internal buffers, report the entire message to your
service provider.
SQL 8411
Cause. A data buffer with an unsigned data type has a negative value. The SQLDA
could be wrong or corrupted in defining the data buffer.
Effect. The statement fails.
Recovery. Check your data buffers for correct values. Also check the SQLDA.
8408 Division by zero occurred.
8409 The program encountered a data type that has not been
implemented. Wait for a future version or release.
8410 An invalid value for a data type was encountered.
8411 An unsigned numeric has a negative value.