DSNH110I E csectname INVALID HEXADECIMAL CONSTANT BEGINNING constant

Explanation

The string constant that begins with the specified string is invalid because it has at least one of the following errors:
  • the string constant contains one or more characters that are not valid hexadecimal digits
  • the string constant does not have an even number of digits
  • for a UX or GX string constant, the number of digits is not a multiple of 4

System action

If the containing SQL statement is a declaration, it is discarded. If the containing SQL statement is executable, it is replaced by host language statements that will, if executed, set an error code in the SQLCA.

User response

Correct the string constant.

Severity

8 (error)