What is the easiest way to convert the ACUCOBOL-GT configuration file?

Question ID : 247
Created on 2015-04-20 at 9:32 AM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=247



Most of the ACUCOBOL-GT configuration variables have an equivalent configuration property in isCOBOL.

The easiest way to convert the ACUCOBOL-GT configuration file to the equivalent isCOBOL property file is by using the ISCONFIG utility.

Usage:

isconfig fileIn [fileOut]
Where:
- fileIn is the name of the ACUCOBOL-GT configuration file to be translated
- fileOut is the name of the resulting isCOBOL configuration file. If omitted, "iscobol.properties" is assumed.

Back to Original Question