


This option tells the compiler to build data dictionaries for every data file in the FDs of this program.
The Acu4GL product cannot operate without ACUCOBOL-GT data dictionaries. You must build these before you execute the program.
-Fxa
This option tells the compiler to build data dictionaries (XFD files) for every indexed, relative, and sequential data file in the FDs of the program. It is the only option that builds XFDs for relative and sequential files. This option is used for international character mapping.
See also
The "-Fo" compile-time option, which specifies the directory where the data dictionaries will be placed. The "-Fx" option generates the newest format for the XFD files (Version 4 and higher) only.
-Fx3
This option tells the compiler to build data dictionaries (XFD files) for every indexed data file in the FDs of the program. The format of the generated XFD files is XFD Version 3. This version of the XFD files is compatible with Acu4GL Version 4.0 and earlier.