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-11
SQL 13041
Cause. You specified a typedef near line number, which is not supported.
Effect. The preprocessor ignores the typedef.
Recovery. Remove the typedef and resubmit.
SQL 13042
Cause. You specified an unnamed declaration near line number, which is not
supported.
Effect. The preprocessor ignores the declaration.
Recovery. Add a name for the declaration and resubmit.
SQL 13043
Cause. The preprocessor required one of these items; equal sign (=), comma (,), or
right parenthesis ()), and did not find it. The missing syntax item is near line
number.
Effect. The preprocessor ignores the declaration list that contains this item.
Recovery. Correct the syntax and resubmit.
SQL 13044
Cause. You specified an unrecognized type specification near line number.
Effect. The preprocessor ignores the type specification.
Recovery. Replace this type specification with one that is recognized.
13041 Typedef encountered near line number, and typedefs are
not supported.
13042 Unnamed declaration was found near line number.
13043 syntax item was expected near line number.
13044 Type specification syntax name is not a recognized type
near - line number.