<?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: Combining several data sets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Combining-several-data-sets/m-p/218680#M267819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you want to append (stack) all the tables, use the colon shortcut.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set fixed: ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want them merged, ie the variables side by side that's a different question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2015 16:52:06 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-05-25T16:52:06Z</dc:date>
    <item>
      <title>Combining several data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Combining-several-data-sets/m-p/218679#M267818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 243 data sets with names as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixed11&lt;/P&gt;&lt;P&gt;fixed21&lt;/P&gt;&lt;P&gt;fixed31&lt;/P&gt;&lt;P&gt;fixed41&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;fixed2411&lt;/P&gt;&lt;P&gt;fixed2421&lt;/P&gt;&lt;P&gt;fixed2431&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of them have the same variable names, and number of columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I combine them (one above the other) in one data set avoiding several data steps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 16:45:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Combining-several-data-sets/m-p/218679#M267818</guid>
      <dc:creator>mauflagrum</dc:creator>
      <dc:date>2015-05-25T16:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Combining several data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Combining-several-data-sets/m-p/218680#M267819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you want to append (stack) all the tables, use the colon shortcut.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set fixed: ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want them merged, ie the variables side by side that's a different question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 16:52:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Combining-several-data-sets/m-p/218680#M267819</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-05-25T16:52:06Z</dc:date>
    </item>
  </channel>
</rss>

