The
METADATA procedure can perform some of the same tasks
as the DATA step functions for reading and writing metadata. Both
language elements can query metadata for reports, or make changes
to specified objects.
PROC METADATA can submit
any method that is supported by the DoRequest method of the SAS Open
Metadata Interface, including all methods of the IOMI class, and the
Status method of the IServer class. PROC METADATA produces XML output.
By using the XML LIBNAME engine and ODS, you can create reports.