SQLPP errors
936
SQLPP errors
This section lists messages generated by the SQL preprocessor. The
messages may be errors or warnings, or either depending on which
command-line options are set.
$ For more information about the SQL Preprocessor and its command-
line options, see "The SQL preprocessor" on page 81 of the book ASA
Programming Interfaces Guide.
’%1’ host variable must be a C string type
Message value Message Type
2615 Error
A C string was required in an embedded SQL statement (for a cursor name,
option name etc.) and the value supplied was not a C string.
’%1’ host variable must be an integer type
Message value Message Type
2640 Error
You have used a host variable that is not of integer type in a statement where
only an integer type host variable is allowed.
’%1’ symbol already defined
Message value Message Type
2617 Error
You defined a host variable twice.
Probable cause
Probable cause
Probable cause