The SAS Metadata Repository
is a collection of files that store metadata that is used by SAS client
applications that are deployed in a SAS Intelligence Platform environment.
Objects that define
SAS/SHARE servers and their access to specified SAS libraries through various
engines are examples of metadata that is available to client applications.
The
SAS/SHARE objects that are configured as metadata
using the user interface SAS Management Console are similar to the
arguments that can be specified in PROC SERVER and LIBNAME statements
in a
SAS/SHARE application.
SAS/SHARE applications that execute
in the traditional SAS interactive and batch execution modes do not
typically access and use
SAS/SHARE metadata that has been configured in a SAS Metadata Repository.
However, a LIBNAME statement for the METADATA engine can be used to
programmatically access and use
SAS/SHARE metadata that is stored in a SAS Metadata Repository.
For details, see SAS Language Interfaces to Metadata. Also, the AUTHDOMAIN=
option in the LIBNAME statement can be used obtain a user ID and password
that is stored in the SAS Metadata Repository.
For details, see the AUTHDOMAIN= option.
For information about
SAS/SHARE in a SAS Intelligence
Platform environment, see the
SAS Intelligence Platform: Overview. For details about
using
SAS/SHARE in the traditional
interactive or batch modes, use the information in this document.