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-9
SQL 13033
Cause. You specified a host variable name name1, which is out of scope with cursor
name.
Effect. The preprocessor ignores the host variable you specified.
Recovery. Find where the variable is declared and put it in the correct scope.
SQL 13034
Cause. You specified character set name, which is not supported.
Effect. The preprocessor ignores the specified character set and uses the default
character set.
Recovery. Replace the character set name you specified with one that is supported.
See the SQL/MX Reference Manual for information about character sets.
SQL 13035
Cause. You specified an invalid line number.
Effect. The preprocessor ignores the line.
Recovery. Remove or correct the line number and resubmit.
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.
13033 Host variable name1 is in different scope than when
cursor name2 was declared.
13034 Character set name is not yet supported.
13035 Invalid line number number for line pragma; ignoring
the rest.
13036 C/C++ syntax error in switch/for/while condition near
line number.