Specify a table ID. The first part of the two-part metadata identifier (A7892350) identifies the repository that contains the table definition; the second part (B00265DX) identifies the table definition in the repository.


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