DSNH130I E csectname LINE nnnn COL cc THE ESCAPE CLAUSE 'x' CONSISTS OF MORE THAN ONE CHARACTER

Explanation

The literal x used in the ESCAPE clause is too long. Only one SBCS or one DBCS character is allowed.

System action

The corresponding SQL statement is replaced by host language statements that will, if executed, set an error code in the SQLCA.

User response

Correct the string. The literal string for the ESCAPE clause can only be one SBCS or DBCS character.

Severity

8 (error)