<?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: How can I create this table in the output? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-create-this-table-in-the-output/m-p/108990#M30371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or use&lt;/P&gt;&lt;P&gt;CLASS SYMBOL; instead of BY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2013 00:22:13 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2013-02-14T00:22:13Z</dc:date>
    <item>
      <title>How can I create this table in the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-create-this-table-in-the-output/m-p/108988#M30369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently using the following code to calculate averages by symbol:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc means mean data=price_impact;&lt;/P&gt;&lt;P&gt;VAR price;&lt;/P&gt;&lt;P&gt;by symbol;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It gives me the means that I'm looking for however it puts each mean for each symbol n its own table; therefore, it's impossible for me to copy paste each result into excel.&amp;nbsp; If i could have all of the means listed in one table, I could just copy paste the entire table into Excel.&amp;nbsp; Can someone please give me a code to do that?&amp;nbsp; Thanks in advance, much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 21:09:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-create-this-table-in-the-output/m-p/108988#M30369</guid>
      <dc:creator>RazzleBayker</dc:creator>
      <dc:date>2013-02-13T21:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create this table in the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-create-this-table-in-the-output/m-p/108989#M30370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add an output statement and check the avg_price dataset for what you want. Then you can export that dataset to Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc means mean data=price_impact;&lt;/P&gt;&lt;P&gt;VAR price;&lt;/P&gt;&lt;P&gt;by symbol;&lt;/P&gt;&lt;P&gt;output out=avg_price mean(price)=average_price;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 21:44:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-create-this-table-in-the-output/m-p/108989#M30370</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-02-13T21:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create this table in the output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-create-this-table-in-the-output/m-p/108990#M30371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or use&lt;/P&gt;&lt;P&gt;CLASS SYMBOL; instead of BY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 00:22:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-create-this-table-in-the-output/m-p/108990#M30371</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-02-14T00:22:13Z</dc:date>
    </item>
  </channel>
</rss>

