Preparing the Informix C-ISAM Environment

For the Adapter for Informix C-ISAM on UNIX, no environment variable settings are required.

For the Adapter for AccuCobol C-ISAM, you must add the location of the load libraries to the library path.

For the Adapter for Micro Focus C-ISAM, you must set and export a $COBDIR UNIX environment variable, which identifies the installation directory to the operating system.

For the Adapter for FairCom c-tree ISAM, you must add the location of the c-tree ISAM load libraries to the library path. (This adapter is only supported in the Solaris environment.)

Identify the AccuCobol C-ISAM Load Library Files

LD_LIBRARY_PATH=path 
export LD_LIBRARY_PATH

where:

path

Is the location of the AccuCobol C-ISAM load library files.

Note: If the server is running with security on, the IBIPATH variable needs to be used in place of LD_LIBRARY_PATH.

Identify the Micro Focus C-ISAM Installation Directory

COBDIR=path 
export COBDIR

where:

path

Is the location of the Micro Focus C-ISAM installation directory.

Identify the FairCom c-tree ISAM Load Library Files

LD_LIBRARY_PATH=path 
export LD_LIBRARY_PATH

where:

path

Is the location of the FairCom c-tree ISAM load library files.

Note: If the server is running with security on, the IBIPATH variable needs to be used in place of LD_LIBRARY_PATH.