This PROC METADATA example queries the metadata server for its status
information. The procedure uses the Status method in the IServer class in
the SAS Open Metadata Interface. You can also submit the STATUS action with
PROC METAOPERATE.
|
proc metadata
in='<Status>
<Metadata>
</Metadata>
</Status>';
run; |
NOTE: Response XML:
<Status><Metadata><ModelVersion>8.01/<ModelVersion>
<PlatformVersion>9.2.0.0</PlatformVersion>
<ServerState>ONLINE</ServerState><PauseComment/></Metadata></Status>
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.