Chapter 11 SQL Preprocessor Error Messages
941
combined pointer and arrays not supported for hosttypes
Message value Message Type
2602 Error
You have used an array of pointers as a host variable. This is not legal.
cursor ’%1’ not previously declared
Message value Message Type
2627 Error
An embedded SQL cursor name has been used (in a FETCH, OPEN, CLOSE
etc.) without first being declared.
data value must be a host variable
Message value Message Type
2652 Error
The variable used in the SET DESCRIPTOR statement hasn’t been declared
as a host variable.
error reading temporary file
Message value Message Type
2682 Error
error writing output file
Message value Message Type
2683 Error
Probable cause
Probable cause
Probable cause