SQL/MP Messages Manual

File-System Messages
HP NonStop SQL/MP Messages Manual427720-006
16-28
SQL 1107
Cause. Stated in the error message.
Effect. The operation fails.
Recovery. Verify that the row producing the zero value is not used in this operation.
SQL 1108
Cause. The table contained a data type that is not supported by this release of SQL.
Effect. The operation fails.
Recovery. Do not use this data type, or install a later version of SQL/MP so that the
table can be accessed from your system.
SQL 1109
Cause. The program might have corrupted the SQL region or SQL executor segment,
or an SQL internal error might have occurred.
Effect. The operation fails.
Recovery. Recompile the SQL program, and verify that the program is not corrupting
the SQL EXS extended segment (segment 2000). Use DEBUG to verify that the
program uses the correct segments. If recompiling fails to correct the problem, report
the entire message to your service provider.
SQL 1110
Cause. The operation associated incompatible host variables and SQL columns.
Effect. The operation fails.
Recovery. Change the declarations of the host variables in the program to match the
data types of the columns referred to in the SQL statement. Then preprocess (SQL
COBOL programs only), host-language compile, SQL compile, and run the program
again.
1107 Division by zero occurred during expression evaluation.
1108 Data type of column not supported by this release.
1109 An invalid SQL data type was encountered.
1110 An operation between incompatible SQL types was
requested.