Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0201 - COBCH0300
>
COBCH0241 - COBCH0260
>
COBCH0255 User name data-name same as special register
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