The SAS Open Metadata
Interface defines a set of methods that read and write metadata (the
IOMI server interface), a set of methods for controlling the SAS Metadata
Server (the IServer server interface), a set of methods for requesting
authorization decisions from the authorization facility (the ISecurity
server interface), and a set of methods for defining and administering
access controls (the ISecurityAdmin server interface). This section
describes the methods for reading and writing metadata.
We recommend that Java
clients use the SAS Java Metadata Interface to read and write metadata
instead of using the IOMI server interface directly. Information about
IOMI methods is provided for users of PROC METADATA, which enables
users to submit IOMI method calls that are formatted for the DoRequest
method from the IN= argument. This section also provides background
information for users of the SAS Java Metadata Interface and SAS metadata
DATA step functions.