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 Manual—691121-001
14-11
SQL 13040
Cause. The preprocessor requires a right parenthesis near line number.
Effect. The preprocessor ignores the parenthetical statement.
Recovery. Correct the syntax by adding a right parenthesis or removing an extra left
parenthesis.
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.
13040 A ")" was expected near line number.
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.










