PCC-01010: Invalid use of NULL character in character literal

PCC-01010: Invalid use of NULL character in character literal

Cause: A null character (binary zero) was found in a string literal. This is not allowed by Pro*COBOL.

Action: Remove the null character from the string literal.

No comments:

Post a Comment