<?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 aggregate data with proc export in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/aggregate-data-with-proc-export/m-p/180704#M46035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a code where I exported the data to an excel sheet and I wonder if is possible to aggregate data to the sheet without delete the data is placed before. My purpose is to make an accumulate with the data I exported from SAS and &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;for making &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;a dynamic&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2014 14:17:47 GMT</pubDate>
    <dc:creator>SergioSanchez</dc:creator>
    <dc:date>2014-06-02T14:17:47Z</dc:date>
    <item>
      <title>aggregate data with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/aggregate-data-with-proc-export/m-p/180704#M46035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a code where I exported the data to an excel sheet and I wonder if is possible to aggregate data to the sheet without delete the data is placed before. My purpose is to make an accumulate with the data I exported from SAS and &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;for making &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;a dynamic&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 14:17:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/aggregate-data-with-proc-export/m-p/180704#M46035</guid>
      <dc:creator>SergioSanchez</dc:creator>
      <dc:date>2014-06-02T14:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: aggregate data with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/aggregate-data-with-proc-export/m-p/180705#M46036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you mean append data to a table?&lt;/P&gt;&lt;P&gt;I don't think it's possible &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 14:32:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/aggregate-data-with-proc-export/m-p/180705#M46036</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-02T14:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: aggregate data with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/aggregate-data-with-proc-export/m-p/180706#M46037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TBH I would import that data, append the data, and then write out a new file.&amp;nbsp; Am not sure there is an easy way to modify data already present - Excel really isn't the best tool for data.&amp;nbsp; You could also output your data to and Excel file and then copy and paste it in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 14:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/aggregate-data-with-proc-export/m-p/180706#M46037</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-06-02T14:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: aggregate data with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/aggregate-data-with-proc-export/m-p/180707#M46038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;I got it &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;I followed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;your advice&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and it works, perhaps is not an elegant solution but for now it is sufficient.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;thanks for your help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 15:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/aggregate-data-with-proc-export/m-p/180707#M46038</guid>
      <dc:creator>SergioSanchez</dc:creator>
      <dc:date>2014-06-02T15:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: aggregate data with proc export</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/aggregate-data-with-proc-export/m-p/180708#M46039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe this might be possibly using tagsets.excelxp and proc print followed by proc means with all output directed to the same page, ie sheet_interval=none option.&lt;/P&gt;&lt;P&gt;But without knowing which type of aggregation an current export method just a guess. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 15:37:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/aggregate-data-with-proc-export/m-p/180708#M46039</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-06-02T15:37:51Z</dc:date>
    </item>
  </channel>
</rss>

