<?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 can i extract datasets with name starting with same string and set them in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/can-i-extract-datasets-with-name-starting-with-same-string-and/m-p/585615#M167038</link>
    <description>&lt;P&gt;Can i extract datasets starting with "ab_" from a folder and append them using a datastep or proc sql without naming each and every dataset name&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2019 14:02:25 GMT</pubDate>
    <dc:creator>vraj1</dc:creator>
    <dc:date>2019-09-02T14:02:25Z</dc:date>
    <item>
      <title>can i extract datasets with name starting with same string and set them</title>
      <link>https://communities.sas.com/t5/SAS-Programming/can-i-extract-datasets-with-name-starting-with-same-string-and/m-p/585615#M167038</link>
      <description>&lt;P&gt;Can i extract datasets starting with "ab_" from a folder and append them using a datastep or proc sql without naming each and every dataset name&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 14:02:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/can-i-extract-datasets-with-name-starting-with-same-string-and/m-p/585615#M167038</guid>
      <dc:creator>vraj1</dc:creator>
      <dc:date>2019-09-02T14:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: can i extract datasets with name starting with same string and set them</title>
      <link>https://communities.sas.com/t5/SAS-Programming/can-i-extract-datasets-with-name-starting-with-same-string-and/m-p/585616#M167039</link>
      <description>&lt;P&gt;Yes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data ab1;x=1;run;
data ab2;x=2;run;
data cd1;x=1;run;
data cd2;x=2;run;

data want;
    set ab:;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Sep 2019 14:04:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/can-i-extract-datasets-with-name-starting-with-same-string-and/m-p/585616#M167039</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-09-02T14:04:50Z</dc:date>
    </item>
  </channel>
</rss>

