DSNH4408I E csectname LINE nnnn COL cc THE VALUE IS NOT COMPATIBLE WITH THE DATA TYPE OF ITS TARGET

Explanation

The data type of the value to be assigned to the parameter or SQL variable is incompatible with the declared data type of the assignment target. Both must be:
  • Numerals
  • Characters
  • Graphics
  • Dates or character
  • Times or character
  • Timestamps or character
  • Row ID's
  • The same distinct types

System action

The statement cannot be processed.

User response

Examine the current definition for the parameter or SQL variable and ensure that it has the proper data type.

Severity

8 (error)