


XFD-DIRECTORY tells the runtime system the name of the directory that contains the data dictionaries built by the ACUCOBOL-GT compiler. The default value is the current directory.
Example
To tell the runtime that the dictionaries are stored in the directory
/usr/inventory/dictionaries you would enter:
xfd-directory /usr/inventory/dictionaries
See also
The - Zo compile-time option, which tells the compiler where to put the dictionaries. So unless you have moved the dictionaries, you should use the same value for XFD-DIRECTORY that you used with the -Zo option.