<?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 check what data sets locate in a SAS library in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84201#M24143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not use proc contents?&amp;nbsp; proc contents data=sashelp._all_; run;&lt;/P&gt;&lt;P&gt;Are you running SAS interactively?&amp;nbsp; Then use the DIR command.&amp;nbsp; DIR WORK or DIR SASHELP will pop up a list of the files in a library.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Aug 2012 19:50:48 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2012-08-04T19:50:48Z</dc:date>
    <item>
      <title>How to check what data sets locate in a SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84198#M24140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone tell me how to check what datasets located in a SAS folder such as WORK or sashelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see the whole list of all dataset's names in sashelp folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 21:54:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84198#M24140</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-08-03T21:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to check what data sets locate in a SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84199#M24141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's pretty easy with a proc sql call, however it won't work unless the libname is in CAPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp; select memname&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from dictionary.tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where libname="SASHELP"&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 22:07:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84199#M24141</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-08-03T22:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to check what data sets locate in a SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84200#M24142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if you just want to see it, check the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets library=sashelp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 22:20:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84200#M24142</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-08-03T22:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to check what data sets locate in a SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84201#M24143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not use proc contents?&amp;nbsp; proc contents data=sashelp._all_; run;&lt;/P&gt;&lt;P&gt;Are you running SAS interactively?&amp;nbsp; Then use the DIR command.&amp;nbsp; DIR WORK or DIR SASHELP will pop up a list of the files in a library.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2012 19:50:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84201#M24143</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-08-04T19:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to check what data sets locate in a SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84202#M24144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add the nods option to just get the list. you can also out= it to get a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;contents &lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=sashelp._all_ &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;nods&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2012 21:19:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84202#M24144</guid>
      <dc:creator>econ</dc:creator>
      <dc:date>2012-08-04T21:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to check what data sets locate in a SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84203#M24145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arthur,&lt;/P&gt;&lt;P&gt;I think using MEMBERS table is pretty faster than TABLES table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp; select memname&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from dictionary.members&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where libname="SASHELP"&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 02:56:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-check-what-data-sets-locate-in-a-SAS-library/m-p/84203#M24145</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-08-06T02:56:59Z</dc:date>
    </item>
  </channel>
</rss>

