


This 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.
For 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 "-Fo" compile-time option, which 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.
Remote name notation is allowed for the XFD_DIRECTORY variable if your runtime is client-enabled. See User's Guide sections 5.2.1 and 5.2.2 for more information about client-enabled runtimes and remote name notation.