<?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 how to read data set names in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-data-set-names/m-p/540325#M149029</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have 100 data set in work library i want to read only data set names?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please can you help know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2019 05:09:24 GMT</pubDate>
    <dc:creator>bismilla</dc:creator>
    <dc:date>2019-03-05T05:09:24Z</dc:date>
    <item>
      <title>how to read data set names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-data-set-names/m-p/540325#M149029</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have 100 data set in work library i want to read only data set names?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please can you help know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 05:09:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-data-set-names/m-p/540325#M149029</guid>
      <dc:creator>bismilla</dc:creator>
      <dc:date>2019-03-05T05:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to read data set names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-data-set-names/m-p/540328#M149031</link>
      <description>&lt;P&gt;Many ways. You can use &lt;STRONG&gt;proc datasets&lt;/STRONG&gt; (see the doc) or dictionary tables&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
select memname
from dictionary.tables
where libname="WORK";
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Mar 2019 05:19:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-data-set-names/m-p/540328#M149031</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-03-05T05:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to read data set names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-data-set-names/m-p/540355#M149043</link>
      <description>&lt;P&gt;Thank you so much for your support&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 08:00:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-data-set-names/m-p/540355#M149043</guid>
      <dc:creator>bismilla</dc:creator>
      <dc:date>2019-03-05T08:00:17Z</dc:date>
    </item>
  </channel>
</rss>

