The Internal Table options available in ACUCOBOL-GT are not required in Visual COBOL. The following options are accepted by the compiler, but are ignored.
Option | Definition |
---|---|
-Td | Identifier and statement table — sets the maximum number of items in each statement. The default value is 4096. |
-Te | Subscript statement table — sets the maximum size for OCCURS statements. The default value is 256. |