| ERROR | 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. |
| ERROR | 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. |