DSNE958I DCLGEN DOES NOT SUPPORT THE SQL DATA TYPE data-type (SQLTYPE sql-type) FOR THE language LANGUAGE

Explanation

The specified table or view contains a column with a data type that is either not supported by or not recognized by DCLGEN.

data-type
The data type of the column.
sql-type
Numeric representation of the data type.
language
The programming language that was used for the data declaration: COBOL, PL/I, C, or C++.

System action

DCLGEN issues return code 8 and finishes processing the table. A declaration for the table or view is created, but it is incomplete and will not compile successfully without modifications.

User response

If the reported data type is UNKNOWN, contact IBM® Support and provide the SQLTYPE value and programming language from the message.

For all other data types, verify that the data type that you want to use is supported by DCLGEN. If the data type that you originally chose is not supported, you might be able to identify an alternate data type. If you want to use the table or view declaration that DCLGEN created, update the generated declaration by either removing the column or changing the data type.