The IN= argument of PROC METADATA submits one or more
XML-formatted method calls to the metadata server. You can submit
any method that is supported by the DoRequest method of the SAS Open
Metadata Interface, including:
-
all methods in the IOMI server
interface
-
the IServer Status method
When multiple method
calls are sent in one DoRequest submission, they must be enclosed
within <Multiple_Requests></Multiple_Requests> elements.
For information about
how to format a method call for DoRequest, see the documentation for
the DoRequest method in
SAS Open Metadata Interface: Reference
and Usage. The IOMI server interface section of the book
shows how to format each IOMI method for use in the DoRequest interface.
The IOMI methods are documented with many usage examples in
SAS
Open Metadata Interface: Reference and Usage.
PROC METADATA is among
several clients that can submit the DoRequest method to the metadata
server. You are strongly advised to read
SAS Open Metadata
Interface: Reference and Usage for help in understanding
concepts such as flags, filters, and templates. The following topics
provide a brief introduction to submitting method calls through the
DoRequest interface.