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:
To include the directory on AIX, enter:
export COBCPY=$COBCPY:/usr/lpp/db2_05_00/include/cobol_mf
To include the directory on HP-UX enter:
export COBCPY=$COBCPY:/opt/IBMdb2/V5.0/include/cobol_mf
To include the directory on Solaris enter:
export COBCPY=$COBCPY:/opt/IBMdb2/V5.0/include/cobol_mf
Note: | You might want to set COBCPY in the .profile file. |