<?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: How to output a list of all libraries in SAS? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118665#M1438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;libname _all_ list;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dictionary.libnames accessible from proc sql (or sashelp.vlibnam from other SAS programs).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 14:01:19 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2013-10-21T14:01:19Z</dc:date>
    <item>
      <title>How to output a list of all libraries in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118664#M1437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get SAS print out a list of all libraries that are visible in EG. After Googling&amp;nbsp; around, I found that most of the articles are about output the datasets within certain libraries but not the list of the libraries. (I have access to EG, DI Studio and SAS MC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 13:46:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118664#M1437</guid>
      <dc:creator>Nehcour0420</dc:creator>
      <dc:date>2013-10-21T13:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a list of all libraries in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118665#M1438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;libname _all_ list;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dictionary.libnames accessible from proc sql (or sashelp.vlibnam from other SAS programs).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 14:01:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118665#M1438</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-10-21T14:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a list of all libraries in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118666#M1439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Linus, that's very helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 14:20:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118666#M1439</guid>
      <dc:creator>Nehcour0420</dc:creator>
      <dc:date>2013-10-21T14:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a list of all libraries in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118667#M1440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the above suggestion will only list the Libraries that are assigned in EG, however there may be some that are visable although not assigned - non-preassigned metadata libraries (These libraries are still visible from EG &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 21:23:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118667#M1440</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2013-10-21T21:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a list of all libraries in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118668#M1441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Barry, I have noticed that as well. Just wondering if you know there is any way to resolve that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 23:58:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118668#M1441</guid>
      <dc:creator>Nehcour0420</dc:creator>
      <dc:date>2013-10-21T23:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a list of all libraries in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118669#M1442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've cross-posted this to the &lt;A _jive_internal="true" class="font-color-normal" href="https://communities.sas.com/community/support-communities/sas_macro_facility_data_step_and_sas_language_elements"&gt;SAS Macro Facility, Data Step and SAS Language Elements&lt;/A&gt; community in case anyone has input on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 13:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118669#M1442</guid>
      <dc:creator>AnnaBrown</dc:creator>
      <dc:date>2013-10-29T13:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a list of all libraries in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118670#M1443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The not pre-assigned libraries are the ones which are only defined in SAS Metadata. The libname statement hasn't been executed yet on the compute tier (eg. the workspace server).&lt;/P&gt;&lt;P&gt;The only way of retrieving such library definitions is by querying metadata. &lt;A href="http://support.sas.com/documentation/cdl/en/lrmeta/63180/HTML/default/viewer.htm#n0y5pzva8aqm1yn148r2bc8yg119.htm" title="http://support.sas.com/documentation/cdl/en/lrmeta/63180/HTML/default/viewer.htm#n0y5pzva8aqm1yn148r2bc8yg119.htm"&gt;SAS(R) 9.3 Language Interfaces to Metadata&lt;/A&gt;, either by using Proc Metadata or the metadata specific data step functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 22:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118670#M1443</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-10-29T22:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to output a list of all libraries in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118671#M1444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stumbled on this and thought it may help.&amp;nbsp; I believe it provides the answer you need (although the document has been mentioned here, here is the specific link I think)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrmeta/63180/HTML/default/viewer.htm#p1k9zipe59ha2an1pq34gu143lay.htm" title="http://support.sas.com/documentation/cdl/en/lrmeta/63180/HTML/default/viewer.htm#p1k9zipe59ha2an1pq34gu143lay.htm"&gt;SAS(R) 9.3 Language Interfaces to Metadata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 23:38:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-output-a-list-of-all-libraries-in-SAS/m-p/118671#M1444</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2014-02-20T23:38:52Z</dc:date>
    </item>
  </channel>
</rss>

