Hi,
which compiler directive I can use for check if data item is defined only once with the same name ?
es:
01 NOME-PROG PIC X(08) VALUE "IXXR".
01 NOME-PROG PIC X(08) VALUE "IXXR".
and the compiler should give the following error:
COBCH0005S User-name FLS not unique
thank
bye