Specify a table name. The SELECT statement identifies a table definition that contains the value MYTABLE in its SASTableName= attribute. Because the UPDATE_RULE statement is omitted, the default is to update or add the specified metadata. Therefore, if a MYTABLE definition does not exist, a new table definition is created.


proc metalib;
   omr (liburi="SASLibrary?@name='test'");
   select (mytable);
   report;
run;