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: Use the Application.config file of the project - right-click the file in Solution Explorer and click Open, then select the Run-time Configuration tab.

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.

.