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-9
SQL 13032
Cause. You specified input host variables for cursor name. An open cursor does not
need host variables.
Effect. The preprocessor ignores the host variables you specified for this cursor.
Recovery. Remove the host variables and resubmit.
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.
13032 Not expecting input host variables for static cursor
name.
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.










