DSNH20060I E csect-name LINE line-number COL column-identifier UNSUPPORTED DATA TYPE data-type ENCOUNTERED IN SQL object-type object-name
Explanation
An unsupported data type was specified in the definition of an object.
- csect-name
- The name of the control section that issued the message.
- line-number and column-identifier
- The location of the definition.
- data-type
- The data type that was specified. This data type is not supported
for SQL procedure parameters or variables.
For native SQL procedures, you cannot use the ROWID data type.
For external SQL procedures, you cannot use the following data types:
- BINARY
- VARBINARY
- BIGINT
- DECIMAL FLOAT
- XML
- ROWID
- TIMESTAMP with precision
- TIMESTAMP WITH TIME ZONE
- Distinct type
- object-type
- The type of object.
- object-type
- The type of object.
- object-name
- The name of the object.
System action
The statement cannot be processed.
User response
Change the syntax to specify a supported data type.
Severity
8 (error)