skip to main content

Transitioning from ACUCOBOL-GT : Configuration variables

Configuration variables
In order to have an ACUCOBOL-GT compatible behavior on sequential files, set:
If the programs have GUI, the following settings should be used as well:
In order to have the same cell size as ACUCOBOL-GT when using internal fonts, set:
Note that the Fixedsys Excelsior font is usually not installed by default in the operating system. The TTF file is provided along with isCOBOL so you can install the font.
The ISCONFIG utility takes care of the above settings.
While this one is not:
SET ENVIRONMENT "MOUSE-FLAGS" TO "2". |enables left button pressed action
ACCEPT Screen1.
Must be changed as follows:
ACCEPT Screen1 MOUSE FLAGS 2.
need to be translated to:
If you perform:
SET ENVIRONMENT "KEYSTROKE" TO "Edit=next"
In ACUCOBOL-GT you obtain:
In isCOBOL you obtain:
This rule applies also to the iscobol.key properties.

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