acu_external_data

Allows access to the ACUCOBOL-GT-specific external data items from a .NET COBOL application.
Restriction: The following tunable is for .NET COBOL only.

Syntax:

>>-----acu-external-data=----.-TRUE-.-------><
                               +-FALSE+

Parameters:

TRUE Allow access to the ACU external data items supported by the Vision file handler from a .NET COBOL application.
FALSE Access to ACU external data items is not enabled in a .NET COBOL application.

Properties:

Default: FALSE
IDE equivalent:

Comments:

To configure this tunable for .NET COBOL, add a reference to a .config file in Visual Studio. Refer to Format of a Configuration File for .NET COBOL for details of the required syntax.

This tunable is required when you need to access Database Connectors external data (f-errno, a4gl-where-constraint, etc..) from your COBOL program.