COBOL Messages


LNC0933

COBOL character %1 in column %2 not valid. Accepted.

10

Cause . . . . . : The indicated character is not in the COBOL character set. If the specified character is blank, it is an unprintable character. If the specified character is a lowercase alphabetic character in the source, it can be shown as an uppercase alphabetic character. This character is accepted in the REPLACING clause of the COPY statement, and in the REPLACE statement.

Recovery . . . : Remove or replace this character in your source.


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