SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Messages Manual523730-004
13-15
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 did not specify a corresponding SQL/MX type for an UNSIGNED LONG
LONG (8 byte integer) item.
Effect. The preprocessor ignores the integer item.
Recovery. Specify a corresponding SQL/MX type 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.
SQL 13064
Cause. Identifier name1 is not a member of the structure name2 near line number.
Effect. The preprocessor ignores the identifier.
Recovery. Correct the syntax and resubmit.
13061 An invalid NUMERIC precision was specified - near line
number.
13062 Unsigned long long type is not allowed - near line
number.
13063 Identifier name is not defined - near line number.
13064 Identifier name1 is not a member of struct name2 - near
line number.