Developer for System z Enterprise COBOL for z/OS, Version 4.1, Compiler and Runtime Migration Guide
NOCMPR2
The compiler will issue an E-level diagnostic.
IGYLI0025-E
Name "X$3" was invalid. It was processed as "X03".
Enterprise COBOL allows
national extension characters @, #, and $ in the text-name and library-name,
if they are in the form of a nonnumeric literal. For example, to copy X$3
in Enterprise COBOL,
code COPY "X$3".