You can keep your indexed data in Micro Focus format during a transition period by using the "mfc" file handler.
To specify all files as Micro Focus files to be handled by the mfc file handler, use this configuration variable in your runtime properties:
iscobol.file.index=mfc
We suggest you convert your data as quickly as possible, and during this transition, you will want to set the file index to whichever data file format you have a majority of, then specify a different format for each of the other files.
For example, these settings set MyMFFile1 and MyMFFILE2 to be handled by the "mfc" handler, and all other files to the c-treeRTG file handler:
iscobol.file.index=ctreej iscobol.file.index.MyMFFile1=mfc iscobol.file.index.MyMFFile2=mfcFixed-length sequential and relative files do not need to be converted; they can run as is.
iscobol.file.sequential=mfsequentialVariable-length relative files must be converted to fixed-length relative files.
Article ID: 122
Created: February 19, 2010
Last Updated: May 26, 2022
Author: Support KB Author
Online URL: https://support.veryant.com/phpkb/article.php?id=122