Enables or disables the use of the ACU file handler (ACUFH).
Data files detected to be of ACUCOBOL-GT type are directed to ACUFH; data files detected to not be of ACUCOBOL-GT type are processed as normal.
Syntax:
ACUFH
=
{
ON
}
{
OFF
}
Parameters:
- ON
- All types of ACUCOBOL-GT data file are handled by the ACUFH.
- OFF
- No data files are handled by the ACUFH, even if INTEROP=ACU or IDXFORMAT=17 is set.
Comments:
To use ACUFH when running under Enterprise Server, you must also set ESACUFH=ON; this option is OFF by default.