0x00560095 (5636245) A column was bound for a binary fetch using an unsupported data type mapping.

Explanation

A column was bound for a binary fetch using an unsupported data type mapping. The only supported column data types for binary fetches are fixed length character mappings.

sqlstate: HY000

User response

Remap the table using a fixed length character type for the desired column. If this message is issued by DataStage make sure that the column name only contains the RAW prefix for fixed length character columns and only if you wish to treat this data as binary.