<?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 Merge two or more SAS datasets into Excel in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44057#M689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I "merge" two or more SAS datasets into Excel?&amp;nbsp; If so, how?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel 2010&lt;/P&gt;&lt;P&gt;SAS Add-in 4.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2011 17:30:20 GMT</pubDate>
    <dc:creator>Wayne_PSU</dc:creator>
    <dc:date>2011-08-05T17:30:20Z</dc:date>
    <item>
      <title>Merge two or more SAS datasets into Excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44057#M689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I "merge" two or more SAS datasets into Excel?&amp;nbsp; If so, how?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel 2010&lt;/P&gt;&lt;P&gt;SAS Add-in 4.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 17:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44057#M689</guid>
      <dc:creator>Wayne_PSU</dc:creator>
      <dc:date>2011-08-05T17:30:20Z</dc:date>
    </item>
    <item>
      <title>Merge two or more SAS datasets into Excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44058#M690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have to better explain what you are trying to do.&amp;nbsp; You can always merge two or more datasets using either a datastep or proc sql and then export the file to Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 17:35:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44058#M690</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-08-05T17:35:42Z</dc:date>
    </item>
    <item>
      <title>Merge two or more SAS datasets into Excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44059#M691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's some additional detail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've just set up SAS-EBI 9.3 and installed MS Add-In for Excel 4.3 on a client to test.&amp;nbsp; I am exploring the functionality of the SAS tab within Excel and would like to create a filter that accesses variables from more than one SAS dataset in a SAS library.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 18:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44059#M691</guid>
      <dc:creator>Wayne_PSU</dc:creator>
      <dc:date>2011-08-05T18:05:55Z</dc:date>
    </item>
    <item>
      <title>Merge two or more SAS datasets into Excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44060#M692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; This sounds like a job for either an information map or a stored process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In the information map, you can define the relationship between the tables (one to many, one to one, etc) and the type of join. Then, the information map can be accessed by any of the client applications that support information map access. The end user will only see the "final" results and will not have to worry about the fact that what they see is the result of a join/merge process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Another alternative is to code you join in a stored process and return the stored process results to Excel using the SAS Add-in. The method you use will depend on what you feel comfortable with and whether you are comfortable with Information Map Studio and/or the coding needed to create a stored process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Aug 2011 16:36:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44060#M692</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-08-07T16:36:56Z</dc:date>
    </item>
    <item>
      <title>Merge two or more SAS datasets into Excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44061#M693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Cynthia.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate that there are various ways to create data for use in Excel.&amp;nbsp; However, in this situation I would like end users to be able to access various existing datasets via the SAS Add-in for Excel, then create a filter to refine the results.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 19:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44061#M693</guid>
      <dc:creator>Wayne_PSU</dc:creator>
      <dc:date>2011-08-08T19:41:35Z</dc:date>
    </item>
    <item>
      <title>Merge two or more SAS datasets into Excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44062#M694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The two most common ways for end users to combine tables in SAS is (as Cynthia mentioned) is Information Maps (to have a power user define them for you, or if you are competent enough, do it your self), and Enterprise Guide. There is no currently available functionality in AMO to combine tables&lt;/P&gt;&lt;P&gt;If your users are competent enough to combine tables, I think that Enterprise Guide could be suitable tool for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Linus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 08:35:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Merge-two-or-more-SAS-datasets-into-Excel/m-p/44062#M694</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2011-08-10T08:35:16Z</dc:date>
    </item>
  </channel>
</rss>

