SQLPP errors
948
only one dimensional arrays supported for char type
Message value Message Type
2603 Error
You have attempted to declare a host variable as an array of character arrays.
This is not a legal host variable type.
precision must be specified for decimal type
Message value Message Type
2611 Error
You must specify the precision when declaring a packed decimal host
variable using the DECL_DECIMAL macro. The scale is optional.
statement ’%1’ not previously prepared
Message value Message Type
2626 Error
An embedded SQL statement name has been used (EXECUTE) without first
being prepared.
statements defined for OPEN in both DECLARE and FROM
Message value Message Type
2645 Error
static statement names will not work properly if used by 2 threads
Message value Message Type
2664 Warning
Probable cause
Probable cause
Probable cause