COBOL Messages


LNC1009

Character %1 in hexadecimal literal is not valid. Character ignored.

30

Cause . . . . . : A hexadecimal literal can only contain characters in the range: 0 to 9, a to f, A to F.

Recovery . . . : Change the %1 into a character that falls within the valid range.


[ Top of Page | Previous Page | Next Page | Table of Contents ]