Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (Windows)
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0801 - COBCH0900
>
COBCH0841 - COBCH0860
>
COBCH0842 Method has multiple definitions with same signature
COBCH0842 Method <method-name> has multiple definitions with same signature
A method is defined more than once with the same signature. This isn't allowed as it would lead to ambiguity when the method was invoked.
Resolution:
Change the method signature.
Parent topic:
COBCH0841 - COBCH0860