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-10
SQL 13036
Cause. The preprocessor encountered a C/C++ syntax error near line number.
Effect. The preprocessor ignores the switch/for/while condition.
Recovery. Correct the syntax error and resubmit.
SQL 13037
Cause. There is a function header syntax error near line number.
Effect. The preprocessor ignores the function header syntax. The syntax error is not
allowed.
Recovery. Correct the syntax and resubmit.
SQL 13038
Cause. You specified an array size, near line number, which was not an unsigned
integer as required.
Effect. The preprocessor ignores the array specification.
Recovery. Replace the array size and resubmit.
SQL 13039
Cause. You specified a function definition within an SQL/MX declare section near line
number, which is not supported.
Effect. The preprocessor ignores the function definition.
Recovery. Move the function definition and resubmit.
13036 C/C++ syntax error in switch/for/while condition near
line number.
13037 Function header syntax error was found near line
number.
13038 Array size size was expected to be an unsigned integer
near line number.
13039 Function definition is not allowed within a SQL declare
section - near line number number.