<?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 Proc freq with colpercent but without percent in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-freq-with-colpercent-but-without-percent/m-p/157539#M41291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very simple question, is it possible to use proc freq (for crosstabulation) in a way, that it has included ONLY colpercent and totalpercent in the output? I mean, without overall percent in the cells. Because if I use nopercent option it removes also totalpercent in total rows and columns(image2), but if I include percent, then in every cell I have two numbers - colpercent and percent(image1). I basically want to have only one number in cells - colpercent and total percent in totals(something like image3, total rows are not important, but the total column is). Is it possible with proc freq? Or should I use proc tabulate ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &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;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11413iFD07FF1A0FA4653E/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="output2.jpg" title="output2.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11414iE4740CBEB0F52082/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="output1.jpg" title="output1.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11415i922159125E858EA2/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="output3.jpg" title="output3.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Feb 2015 11:40:33 GMT</pubDate>
    <dc:creator>gabon</dc:creator>
    <dc:date>2015-02-07T11:40:33Z</dc:date>
    <item>
      <title>Proc freq with colpercent but without percent</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-freq-with-colpercent-but-without-percent/m-p/157539#M41291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very simple question, is it possible to use proc freq (for crosstabulation) in a way, that it has included ONLY colpercent and totalpercent in the output? I mean, without overall percent in the cells. Because if I use nopercent option it removes also totalpercent in total rows and columns(image2), but if I include percent, then in every cell I have two numbers - colpercent and percent(image1). I basically want to have only one number in cells - colpercent and total percent in totals(something like image3, total rows are not important, but the total column is). Is it possible with proc freq? Or should I use proc tabulate ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &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;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11413iFD07FF1A0FA4653E/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="output2.jpg" title="output2.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11414iE4740CBEB0F52082/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="output1.jpg" title="output1.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11415i922159125E858EA2/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="output3.jpg" title="output3.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2015 11:40:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-freq-with-colpercent-but-without-percent/m-p/157539#M41291</guid>
      <dc:creator>gabon</dc:creator>
      <dc:date>2015-02-07T11:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc freq with colpercent but without percent</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-freq-with-colpercent-but-without-percent/m-p/157540#M41292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the NOROW option in Proc freq to suppress the row percents. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2015 19:36:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-freq-with-colpercent-but-without-percent/m-p/157540#M41292</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-07T19:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc freq with colpercent but without percent</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-freq-with-colpercent-but-without-percent/m-p/157541#M41293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually use that option.. these additional percents are not row percents, they are percentages of the total sum. I can remove them only by nopercent option, but then I lose totals. So it seems impossible to set as I want. But I guess I will have to explore that proc tabulate so I can solve all the problems with unflexible proc freq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2015 20:11:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-freq-with-colpercent-but-without-percent/m-p/157541#M41293</guid>
      <dc:creator>gabon</dc:creator>
      <dc:date>2015-02-07T20:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc freq with colpercent but without percent</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-freq-with-colpercent-but-without-percent/m-p/157542#M41294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I recommend PROC TABULATE if you want a crosstabular report, but want to have only percents and not cum percents and not totals. Here's an example using SASHELP.HEART.&lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html file='c:\temp\colpercent.html';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;proc tabulate data=sashelp.heart;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; class chol_status sex;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; table chol_status all,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; all*colpctn sex*colpctn;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; keylabel all='Total'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colpctn = 'Col Pct';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; keyword all / style={vjust=b};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 03:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-freq-with-colpercent-but-without-percent/m-p/157542#M41294</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-02-08T03:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc freq with colpercent but without percent</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-freq-with-colpercent-but-without-percent/m-p/157543#M41295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it looks like it offers much more customization than proc freq, I will start using it more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2015 07:10:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-freq-with-colpercent-but-without-percent/m-p/157543#M41295</guid>
      <dc:creator>gabon</dc:creator>
      <dc:date>2015-02-08T07:10:30Z</dc:date>
    </item>
  </channel>
</rss>

