DSNH007I E csectname LINE nnnn COL cc ILLEGAL CHARACTER IGNORED: 'c' ('hh'X)

Explanation

The character identified in the message as c is not permitted. The hexadecimal representation for the character is hh.

System action

The character is ignored.

User response

Correct the character. You might need to place the character within quotation marks or apostrophes. Check to ensure that the CCSID in which the source is written matches the CCSID option for the Precompiler. For example, if the CCSID 1047 codepoints for left and right square brackets (hexadecimal 'AD' and 'BD') are used in a C source program, ensure that the Precompiler CCSID option is CCSID(1047).

Severity

8 (error)