SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
14-16
SQL 13060
Cause. The preprocessor was unable to open the listing file name.
Effect. The preprocessor ignores the listing file.
Recovery. Verify that the SQL CLI header file or device exists and is readable, and
resubmit.
SQL 13061
Cause. You specified a data item with invalid NUMERIC precision near line number.
Effect. The preprocessor ignores the UNSIGNED NUMERIC item.
Recovery. Correct the precision of the item and resubmit.
SQL 13062
Cause. You have used one of the following unsupported data types as a host variable:
Unsigned long long in a 32-bit or 64-bit application
Unsigned long in a 64-bit application
Effect. The preprocessor stops processing.
Recovery. Specify a corresponding SQL/MX type, which is supported for this item.
SQL 13063
Cause. Identifier name was not defined near line number.
Effect. The preprocessor ignores the identifier.
Recovery. Correct the syntax and resubmit.
13060 The listing file name could not be opened.
13061 An invalid NUMERIC precision was specified - near line
number.
13062 Unsigned 64 bit Integer types are not allowed - near
line linetext-number.
13063 Identifier name is not defined - near line number.