METALIB Procedure |
Procedure features: |
|
Program |
This example adds or updates metadata for a specific table.
proc metalib; omr (liburi="SASLibrary?@name='test'"); select (mytable); report; run; |
Program |
This example uses the SELECT statement, but specifies the table definition's metadata identifier instead of its name. This syntax is preferred, because metadata identifiers are unique.
proc metalib; omr (liburi="SASLibrary?@name='test'"); select (A7892350.B00265DX); report; run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.