Chapter 11 SQL Preprocessor Error Messages
945
invalid field for SET DESCRIPTOR
Message value Message Type
2650 Error
An invalid or unknown keyword is present in a SET DESCRIPTOR
statement. The keywords can only be TYPE, PRECISION, SCALE,
LENGTH, INDICATOR, or DATA.
invalid host variable type on ’%1’
Message value Message Type
2623 Error
You have used a host variable that is not a string type in a place where the
preprocessor was expecting a host variable of a string type.
invalid integer
Message value Message Type
2614 Error
An integer was required in an embedded SQL statement (for a fetch offset, or
a host variable array index, etc.) and the preprocessor was unable to convert
what was supplied into an integer.
invalid type for indicator variable ’%1’
Message value Message Type
2622 Error
Indicator variables must be of type short int. You have used a variable of a
different type as an indicator variable.
Probable cause
Probable cause
Probable cause
Probable cause