Hi,
I have a COBOL module which will be having two copybooks(say A and B) included using COPY verb. Now copybooks A and B both have same programming logic except 2 - 3 lines. These two copybooks are framework copybooks and designed for some specific purpose, so I can not modify the copybooks. These copybooks have same SECTIONs name even. Now my problem is I have to use both the copybooks in same COBOL module. and this will cause compilation error.
Can anyone please suggest me a better approach for this.