SQLPP errors
944
incorrect SQL language usage -- that is a ’%1’ extension
Message value Message Type
2634 Error
indicator variable ’%1’ is unknown
Message value Message Type
2621 Error
You have used a indicator variable in a statement and that indicator variable
has not been declared in a declare section.
initializer not allowed on VARCHAR host variable
Message value Message Type
2607 Error
You can not specify a C variable initializer for a host variable of type
VARCHAR or BINARY. You must initialize this variable in regular C
executable code.
intermediate SQL feature
Message value Message Type
2667 Flag (warning or error)
invalid descriptor index
Message value Message Type
2649 Error
Probable cause
Probable cause