<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ERROR: No metadata objects found matching the specified library. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/263017#M57702</link>
    <description>Why would you for such a task as checking a libname. And Management Console is one of the major Metadata entry tool.&lt;BR /&gt;&lt;BR /&gt;You can connect from a DMS SAS session and use the Metadata explorer.&lt;BR /&gt;&lt;BR /&gt;If there's a PROC? Yes, METALIB...</description>
    <pubDate>Mon, 11 Apr 2016 20:13:54 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-04-11T20:13:54Z</dc:date>
    <item>
      <title>ERROR: No metadata objects found matching the specified library.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/262899#M57695</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running into a problem when I run proc metalib.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the following error (ERROR: No metadata objects found matching the specified library.) after running the code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname _PMTA01_ (CAD);&lt;BR /&gt;proc metalib;&lt;BR /&gt;omr (library="CAD");&lt;BR /&gt;select("ACCOUNTS_NEW");&lt;BR /&gt;report;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody have any thoughts?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 13:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/262899#M57695</guid>
      <dc:creator>razormore</dc:creator>
      <dc:date>2016-04-11T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: No metadata objects found matching the specified library.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/262900#M57696</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try using (library=CAD) and check that your library is defined within metadata.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 13:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/262900#M57696</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2016-04-11T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: No metadata objects found matching the specified library.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/262903#M57697</link>
      <description>&lt;P&gt;Thanks, can you tell me how I check if my libname was defined in the metadata?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 13:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/262903#M57697</guid>
      <dc:creator>razormore</dc:creator>
      <dc:date>2016-04-11T13:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: No metadata objects found matching the specified library.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/262906#M57698</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use SAS Management Console to connect to metadata server.&lt;/P&gt;&lt;P&gt;You also need to make sure you connect to metadata server when running the PROC METALIB procedure.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 13:50:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/262906#M57698</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2016-04-11T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: No metadata objects found matching the specified library.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/262916#M57699</link>
      <description>&lt;P&gt;Is there a way to connect to the metadata server without using SAS Management Console? (is there a SAS proc?)&lt;/P&gt;&lt;P&gt;I am pretty new to all things metadata.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 14:24:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/262916#M57699</guid>
      <dc:creator>razormore</dc:creator>
      <dc:date>2016-04-11T14:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: No metadata objects found matching the specified library.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/263017#M57702</link>
      <description>Why would you for such a task as checking a libname. And Management Console is one of the major Metadata entry tool.&lt;BR /&gt;&lt;BR /&gt;You can connect from a DMS SAS session and use the Metadata explorer.&lt;BR /&gt;&lt;BR /&gt;If there's a PROC? Yes, METALIB...</description>
      <pubDate>Mon, 11 Apr 2016 20:13:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-No-metadata-objects-found-matching-the-specified-library/m-p/263017#M57702</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-11T20:13:54Z</dc:date>
    </item>
  </channel>
</rss>

