Oracle Message PCC-01010 - Invalid use of NULL character in character literal

ERRORInvalid use of NULL character in character literal
CAUSEA null character (binary zero) was found in a string literal. This is not allowed by Pro*COBOL.
ACTIONRemove the null character from the string literal.