contents.gifindex.gifprev1.gifnext1.gif

Compiler Options

-Fo Option

This option contains the same functionality as the old -Zo option. The -Zo option is still supported should you want to use it instead of -Fo. This option specifies the name of the directory that will hold the data dictionary files. Type a space after the option and then give the name of the chosen directory.

If this option is not used, the data dictionaries will be placed into the current directory.

Example

To cause the dictionaries to be stored in the directory /usr/inventory/dictionaries you would enter:

-Fo /usr/inventory/dictionaries

See also

The -Fx compile-time option, which causes data dictionaries to be built.

XFD-DIRECTORY under Runtime Configuration Variables.

-Fx Option

This option tells the compiler to build data dictionaries for every data file in the FDs of this program.

The Acu4GL interface cannot operate without ACUCOBOL-GT data dictionaries. You must build these before you execute the program.

See also

The -Fo compile-time option, which specifies the directory where the data dictionaries will be placed.