CDFAA0286N The routine failed because a parameter and the data type of the data for which it was specified are incompatible. Parameter name: parameter-name. Column to which the parameter applies: column-name. Data type of the data in the column: data-type.

Explanation

A statement specified a parameter that applies to the data in the column specified by the tid parameter. This parameter can be specified only if the data in that column is of one of the following data types:

  • Numeric
  • Date
  • Time
  • Timestamp

However, the data in the column specified by the tid parameter is of some other type.

User response

Edit the statement in one of the following ways:

  • Remove the indicated parameter from the statement.
  • Change the data type of the indicated column to one of the allowed data types.

Then, resubmit the statement.