COBCH0345 USING parameter used twice in parameter list
You have specified the same data item-name twice in the USING phrase of the Procedure Division header. All the names in the USING phrase must be different.
Resolution:
Delete the extra reference.
Parent topic:
COBCH0341 - COBCH0360