SQL/MP Messages Manual
General Messages (0 to 999)
HP NonStop SQL/MP Messages Manual—427720-006
2-2
SQL 105
Cause. For character values, not all characters could fit in the target buffer (host
variable). For numeric values, the scale was truncated.
Effect. A truncated result is put in the target.
Recovery. Declare larger host variables for those variables with insufficient length to
receive values from the columns associated with them. Preprocess (SQL COBOL
programs only), host-language compile, SQL compile, and execute the program again.
SQL 200
Cause. A definition for the specified DEFINE was not found in your Process File
Segment (PFS).
Effect. The statement fails.
Recovery. Add a DEFINE for the specified DEFINE name, and enter the statement
again.
SQL 201
Cause. A DEFINE of CLASS MAP was required, but the indicated DEFINE was not of
CLASS MAP.
Effect. The statement fails.
Recovery. Delete the current DEFINE and add a DEFINE with the correct CLASS
value, or alter the attributes of the DEFINE, and reissue the statement.
SQL 202
Cause. A DEFINE of CLASS CATALOG was required, but the indicated DEFINE was
not of CLASS CATALOG.
Effect. The statement fails.
Recovery. Delete the current DEFINE and add a DEFINE with the correct CLASS
value, or alter the attributes of the DEFINE, and enter the statement again.
105 A data value (character or numeric) was truncated.
200 There is no DEFINE for value-1.
201 The DEFINE for value-1 is not of CLASS MAP.
202 The DEFINE for value-1 is not of CLASS CATALOG.