COBCH0255 User name
data-name
same as special register
You have declared a data item with the same name as one of the special registers, which are data items that are automatically declared by your COBOL system.
Resolution:
Alter the name of the data item in error.
Parent topic:
COBCH0241 - COBCH0260