NarasimhaReddy
175 pts. | Nov 28 2009 10:35AM GMT
We must know the member name before using file in COBOL. By default 1st member is accessed always. To access any member other than 1st member you need to use OVRDBF in CL before calling COBOL program. If you don’t have CL before this, you can actually execute this from COBOL using API QCMDEXC before opening paticular file. Use OOVRDBF command with correct scope.






