Preparing the Environment

How to:

For the Adapter for Informix C-ISAM on UNIX, no environment variable settings are required. However, if you are using the Adapter for Informix C-ISAM on Windows, you must add the location of the ISAM library called isamdll.dll (usually located in the CISAMDIR/bin directory) to the environment variable path.

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.)


Top of page

x
Syntax: How to 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.


Top of page

x
Syntax: How to 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.


Top of page

x
Syntax: How to 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.


iWay Software