<?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: Formatting PROC MEANS output in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Formatting-PROC-MEANS-output/m-p/108664#M30291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to have better control over the formatting then your best options are to use PROC TABULATE or PROC REPORT, you can replicate all the calculations with these.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jun 2013 08:41:49 GMT</pubDate>
    <dc:creator>Keith</dc:creator>
    <dc:date>2013-06-17T08:41:49Z</dc:date>
    <item>
      <title>Formatting PROC MEANS output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Formatting-PROC-MEANS-output/m-p/108662#M30289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having some issues with formatting the output of a PROC MEANS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I would like to control the displayed values for the computed statistics, applying formats such as COMMAX32. and best4.0 to some of the statistics. In the below code, the FORMAT statement seems to have no effect? What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I was hoping to be able to suppress the column in the output table displaying the variable names, leaving only the variable labels. Is this possible, and if so how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your kind assistance &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;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC MEANS DATA=WORK.SORTTempTableSorted&lt;/P&gt;&lt;P&gt; FW=12&lt;BR /&gt; MAXDEC=1&lt;BR /&gt; PRINTALLTYPES&lt;BR /&gt; CHARTYPE&lt;BR /&gt; QMETHOD=OS&lt;/P&gt;&lt;P&gt; MEAN &lt;BR /&gt; MIN &lt;BR /&gt; MAX &lt;BR /&gt; SUM &lt;BR /&gt; MEDIAN;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; VAR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M_Kundelengde Alder Aktive_Konti_N Totalpakke_Bol Avtalegiro_Ant Bank_Id_Ant Debetkort_Ant &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lonns_Brukskonto_Ant Nettbank_Ant Reservekort_Ant Spareavtale_Ant Saldo_MNOK;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FORMAT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alder BEST4. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Saldo_MNOK COMMAX32.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LABEL&amp;nbsp;&amp;nbsp;&amp;nbsp; Totalpakke_Bol="Totalpakke (1 = Har totalpakke)"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Saldo_MNOK="Saldo";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 07:52:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Formatting-PROC-MEANS-output/m-p/108662#M30289</guid>
      <dc:creator>f_rederik</dc:creator>
      <dc:date>2013-06-17T07:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting PROC MEANS output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Formatting-PROC-MEANS-output/m-p/108663#M30290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afaik proc means has no option to control the number of decimal places for individual variables/statistics. The options "maxdec" sets the number of decimal places for all generated statistics. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 08:37:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Formatting-PROC-MEANS-output/m-p/108663#M30290</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2013-06-17T08:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting PROC MEANS output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Formatting-PROC-MEANS-output/m-p/108664#M30291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to have better control over the formatting then your best options are to use PROC TABULATE or PROC REPORT, you can replicate all the calculations with these.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 08:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Formatting-PROC-MEANS-output/m-p/108664#M30291</guid>
      <dc:creator>Keith</dc:creator>
      <dc:date>2013-06-17T08:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting PROC MEANS output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Formatting-PROC-MEANS-output/m-p/108665#M30292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys - won't spend more time on PROC MEANS then but rather look at the TABULATE and REPORT procs! Thanks. Will update post once I find sort this out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 10:05:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Formatting-PROC-MEANS-output/m-p/108665#M30292</guid>
      <dc:creator>f_rederik</dc:creator>
      <dc:date>2013-06-17T10:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting PROC MEANS output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Formatting-PROC-MEANS-output/m-p/108666#M30293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The basic idea with Proc Tabulate is you can specify the display format with the selected statistic.&lt;/P&gt;&lt;P&gt;Part of an example:&lt;/P&gt;&lt;P&gt;class classvar;&lt;/P&gt;&lt;P&gt;var var1;&lt;/P&gt;&lt;P&gt;table classvar,var1*(mean*f=comma6.1 std*f=f6.4 min*f=mycustomformat.);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 15:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Formatting-PROC-MEANS-output/m-p/108666#M30293</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-06-17T15:24:08Z</dc:date>
    </item>
  </channel>
</rss>

