Transitioning to isCOBOL : Transitioning from other COBOLs
Transitioning from other COBOLs
The isCOBOL Compiler and Framework have been proven to compile and run source code successfully from the following COBOLs that were not discussed in the previous transitioning guides:
COBOL
Advice
Fujitsu NetCOBOL
 
Hitachi's COBOL
 
HP COBOL
 
LPI-COBOL
This COBOL is very similar to RM/COBOL, so you should consider following the advice provided in the Transitioning from RM/COBOL guide.
OpenCOBOL/GnuCOBOL
 
VMS COBOL
 
COBOL-IT
This COBOL is very similar to MicroFocus, so you should consider following the advices provided in the Transitioning from MicroFocus guide.
Data Access
Fixed length sequential and relative files coming from the above COBOLs are fully supported by isCOBOL.
Indexed files from the above COBOLs must be converted either to c-tree or JIsam with the following steps:
a. unload file data to a raw binary file with the tools provided by the other COBOL vendor
b. create an empty c-tree or JIsam indexed file by running a program that performs opens the file for output with isCOBOL
c. load data from the raw binary file into the empty indexed file with ctutil or JUTIL.