-351   AN UNSUPPORTED SQLTYPE WAS ENCOUNTERED IN POSITION position-number OF THE SELECT-LIST

Explanation

position-number
The position of the first element in the SQLDA with an unsupported data type.

This error can occur when an application requestor or application server does not have support for this type.

System action

The statement cannot be processed.

Programmer response

Change the statement to exclude the unsupported data type. For a select statement, remove the names of any columns in the select-list with the unsupported data types.

SQLSTATE

56084