Request all properties of a specific table. This code submits a GetMetadata method for a table whose object identifier is A58LN5R2.AR000001. The <Flags> value 1 represents the OMI_ALL flag. For more information about flags, see SAS Open Metadata Interface: Reference.
proc metadata
in='<GetMetadata>
<Metadata>
<PhysicalTable Id="A58LN5R2.AR000001"/>
</Metadata>
<Ns>SAS</Ns>
<Flags>1</Flags>
<Options/>
</GetMetadata>';
run;