ContentsIndexPreviousNext

XFD_DIRECTORY

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, enter the following:

xfd-directory   /usr/inventory/dictionaries

See also

See section 8.1.2 "-Fo Option" for information about the option that tells the compiler where to put the dictionaries. Unless you have moved the dictionaries, you should use the same value for XFD_DIRECTORY that you used with the "-Fo" option.