skip to main content

Files Management : Indexed Files : File Connectors : The Micro Focus File Connector

The Micro Focus File Connector
The Micro Focus File Connector allows to work on Micro Focus indexed files by separating ISAM native access from java process.
The File Connector executable must be built by compiling a program to exe using the Micro Focus compiler. A special library is necessary for the compilation. The library is provided along with isCOBOL (currently available only for Linux/Unix):
The build process consists in the following steps:
1.
       IDENTIFICATION DIVISION.
       PROGRAM-ID. mfc.
       PROCEDURE DIVISION.
           call "myMain".
2.
In order to make isCOBOL use the Micro Focus File Connector as file handler, the following setting must appear in the configuration:
The mfc file handler runs the executable file mfc. If this file is not in the system Path, you can specify its full name by setting the iscobol.file.connector.program.mfc configuration property.
mfc requires $COBDIR/bin in the system Path and $COBDIR/lib in the system Library Path in order to work.

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left