In SAS 9.2 and later
versions, SAS sessions on the grid use the METAAUTORESOURCES option
by default. This option causes SAS libraries that are defined in metadata
and identified as “pre-assigned” to automatically be
assigned when the SAS session is started. Using pre-assigned libraries
with the METAAUTORESOURCES option ensures that the libraries used
in the code generated by SAS Enterprise Guide and SAS Add-In for Microsoft
Office are available to the SAS sessions on the grid.
However, if your programs
use a large number of libraries, you might not want to make all of
these libraries pre-assigned. Automatically assigning a large number
of libraries could cause performance problems, and not all libraries
are likely to be used for all programs. To minimize the performance
overhead, define the libraries in SAS metadata but do not identify
them as pre-assigned. When you need to refer to the library, you can
then use a LIBNAME statement using the META LIBNAME engine.