<?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 to creat a table similar to the attached table? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-creat-a-table-similar-to-the-attached-table/m-p/83306#M9025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use proc means then, but it won't be as nice format, that will take some work &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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc means data=have nways;&lt;/P&gt;&lt;P&gt;class year;&lt;/P&gt;&lt;P&gt;output out=want n(var1)=total sum(var)=var1 mean(var1)=pct_var1 sum(var2)=var2 sum(var3)=var3 sum(var4)=var4;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Oct 2012 17:26:03 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2012-10-02T17:26:03Z</dc:date>
    <item>
      <title>How to creat a table similar to the attached table?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-creat-a-table-similar-to-the-attached-table/m-p/83303#M9022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have attached my sample dataset and the output I would like to produce. What procedures should I use?&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10585i7E5A415CDC3A30DA/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="sasmple output.png" title="sasmple output.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 15:40:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-creat-a-table-similar-to-the-attached-table/m-p/83303#M9022</guid>
      <dc:creator>HG</dc:creator>
      <dc:date>2012-10-02T15:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to creat a table similar to the attached table?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-creat-a-table-similar-to-the-attached-table/m-p/83304#M9023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are the numbers being calculated? ie avg? stdev?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 15:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-creat-a-table-similar-to-the-attached-table/m-p/83304#M9023</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-02T15:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to creat a table similar to the attached table?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-creat-a-table-similar-to-the-attached-table/m-p/83305#M9024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;the numbers are counts of var?=1. for example,&amp;nbsp; 234(98.73%), it means that there are 234 var1=1 in 2009, 234/237=98.73%.&amp;nbsp; 237 is the total number in 2009.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 16:03:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-creat-a-table-similar-to-the-attached-table/m-p/83305#M9024</guid>
      <dc:creator>HG</dc:creator>
      <dc:date>2012-10-02T16:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to creat a table similar to the attached table?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-creat-a-table-similar-to-the-attached-table/m-p/83306#M9025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use proc means then, but it won't be as nice format, that will take some work &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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc means data=have nways;&lt;/P&gt;&lt;P&gt;class year;&lt;/P&gt;&lt;P&gt;output out=want n(var1)=total sum(var)=var1 mean(var1)=pct_var1 sum(var2)=var2 sum(var3)=var3 sum(var4)=var4;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 17:26:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-creat-a-table-similar-to-the-attached-table/m-p/83306#M9025</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-02T17:26:03Z</dc:date>
    </item>
  </channel>
</rss>

