SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Messages Manual—523730-004
13-10
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.
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.
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.
13040 A ")" was expected near line number.