Other METAOUT= LIBNAME
options exist. For example, the METAOUT=DATA option permits reading,
creating, updating, and deleting physical tables. The METAOUT=DATAREG
setting permits reading, updating, and deleting tables registered
in metadata as well as creating new physical tables. Be aware that
new physical tables cannot be read until they are registered in metadata.
For more information, see the “METAOUT= Argument” in
SAS Language Interfaces to Metadata.
If the METAOUT=ALL
setting does not meet your business needs, but the data-level authorizations
do meet your business needs, you can pre-assign the library to use
the metadata engine in a configuration file. To do so, perform the
following high-level steps:
-
Note: Do not choose
By metadata library engine. In order to use a different
METAOUT= option, you must specify the LIBNAME statement in an external
configuration file.
-
-
The metadata engine
can reference a library by the library name. For a library that is
registered in metadata with a name of
Accounting tables
and a libref of
lib1
, the following
LIBNAME statement accesses the tables with the metadata engine:
Metadata LIBNAME Engine Statement
libname lib1 meta library="Accounting tables" metaout=datareg;