If you develop applications that contain embedded SQL and DB2 API calls, and you are using the Micro Focus COBOL compiler, keep the following points in mind:
For AIX:
/usr/lpp/db2_05_00/lib/db2mkrts.args
For other UNIX platforms:
/opt/IBMdb2/V5.0/lib/db2mkrts.args
To include the directory on AIX, enter:
export COBCPY=$COBCPY:/usr/lpp/db2_05_00/include/cobol_mf
To include the directory on other UNIX platforms enter:
export COBCPY=$COBCPY:/opt/IBMdb2/V5.0/include/cobol_mf
| Note: | You might want to set COBCPY in the .profile file. |