<?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: set dataset with simiar names in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-dataset-with-simiar-names/m-p/192918#M14710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a Data Set list or the colon shortcut:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Combines dsn1 to dsn_5;&lt;/P&gt;&lt;P&gt;data final;&lt;/P&gt;&lt;P&gt;set dsn_1-dsn_5;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Combines anything that starts with DSN&lt;/P&gt;&lt;P&gt;data final;&lt;/P&gt;&lt;P&gt;set dsn:;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2015 20:14:37 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-01-22T20:14:37Z</dc:date>
    <item>
      <title>set dataset with simiar names</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-dataset-with-simiar-names/m-p/192917#M14709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to combine different datasets which have similar name or started with same names. For example. I have dsn_1,dsn_2,dsn_3..............,dsn_99 and I want to set all of the datasets into one. Variables have same attributes and names across the datasets.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am using data final;&amp;nbsp; set dsn_1 dsn_2 dsn_3 dsn4...........dsn5;run; or proc sql with union all options.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; I been doing this but it takes long time since I have to combine significant number of datasets.&amp;nbsp; I am wondering if there is a easier way so that I do not have to change datasets name each time I have new data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 20:11:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-dataset-with-simiar-names/m-p/192917#M14709</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-01-22T20:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: set dataset with simiar names</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-dataset-with-simiar-names/m-p/192918#M14710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a Data Set list or the colon shortcut:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Combines dsn1 to dsn_5;&lt;/P&gt;&lt;P&gt;data final;&lt;/P&gt;&lt;P&gt;set dsn_1-dsn_5;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Combines anything that starts with DSN&lt;/P&gt;&lt;P&gt;data final;&lt;/P&gt;&lt;P&gt;set dsn:;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 20:14:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-dataset-with-simiar-names/m-p/192918#M14710</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-22T20:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: set dataset with simiar names</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-dataset-with-simiar-names/m-p/192919#M14711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you save the combined file, it's quick and easy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc append base=combined_file data=new_file;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program requires that the variable definitions are identical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 20:22:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-dataset-with-simiar-names/m-p/192919#M14711</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2015-01-22T20:22:13Z</dc:date>
    </item>
  </channel>
</rss>

