<?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: Pivot table in SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151220#M39809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is another link which may be useful, similar to Reeza's first option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings14/SAS177-2014.pdf"&gt;http://support.sas.com/resources/papers/proceedings14/SAS177-2014.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 19:29:50 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2014-08-06T19:29:50Z</dc:date>
    <item>
      <title>Pivot table in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151215#M39804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am currently manually creating a pivot table using an XLS file and sent it to users. I need to automate it and looking for suggestions. I am using PC SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 14:17:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151215#M39804</guid>
      <dc:creator>archana</dc:creator>
      <dc:date>2014-08-06T14:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151216#M39805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, there are two or three options.&amp;nbsp; Unfortunately this is a question which comes up a lot - I have xyz in Excel and I want to do something in SAS then have Excel updated.&amp;nbsp; So some options:&lt;/P&gt;&lt;P&gt;- Learn Open Office format - this is what is used to store Excel files behind the scenes - rename the XLSX to ZIP and you can see the folders and files.&amp;nbsp; This is really in depth however.&lt;/P&gt;&lt;P&gt;- Use DDE to send your data out to an existing file - This is old tech and may/may not work in future and isn't straight forward.&lt;/P&gt;&lt;P&gt;- Save your data from SAS as CSV.&amp;nbsp; Then in your Excel file have a vba macro which imports the CSV data and updates your sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I am aware there is no way to create a pivot chart from directly in SAS.&amp;nbsp; The output is for reports only. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 14:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151216#M39805</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-08-06T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151217#M39806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need to create an actual pivot table and send it out, or a table with information in a specific format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 14:40:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151217#M39806</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-08-06T14:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151218#M39807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like &lt;A __default_attr="814511" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; suggested, if all you have is Base SAS, then there isn't a straightforward solution for you. However, if you are using SAS EBI and have OLAP Cube studio and SAS Microsofte add-in installed, then it becomes a piece of cake. Pivot table is nothing but a simplified Cube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 14:45:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151218#M39807</guid>
      <dc:creator>haikuobian</dc:creator>
      <dc:date>2014-08-06T14:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151219#M39808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't create a native excel file, and I think its ugly but its a solution:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/rnd/base/ods/odsmarkup/tableeditor/" title="http://support.sas.com/rnd/base/ods/odsmarkup/tableeditor/"&gt;Base SAS: Creating a Data Grid Like VB.NET&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel Hacks:&lt;/P&gt;&lt;P&gt;Create the excel file manually (once). Update the data via an export. When user opens the workbook they will have to refresh (usually via a pop up), or embed a macro or script in the workbook to automatically open on refresh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DDE: Combination of export and then refresh using DDE&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="213247" __jive_macro_name="message" class="jive_macro jive_macro_message active_link" href="https://communities.sas.com/" modifiedtitle="true" title="Re: Automating Excel pivot table in SAS"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:30:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151219#M39808</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-08-06T15:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151220#M39809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is another link which may be useful, similar to Reeza's first option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings14/SAS177-2014.pdf"&gt;http://support.sas.com/resources/papers/proceedings14/SAS177-2014.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 19:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pivot-table-in-SAS/m-p/151220#M39809</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-08-06T19:29:50Z</dc:date>
    </item>
  </channel>
</rss>

