<?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: proc tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/23621#M5251</link>
    <description>Hi:&lt;BR /&gt;
  When PROC TABULATE calculates percents, it uses a formula that automatically includes the multiplication by 100 to make the percent. The PERCENT format also multiplies by 100. This means that you have too many places where the multiplication by 100 occurs when you use COLPCTSUM -with- a PERCENT format. &lt;BR /&gt;
 &lt;BR /&gt;
  Most folks who use the "percent" statistics with PROC TABULATE (PCTN, PCTSUM, COLPCTN, COLPCTSUM, ROWPCTN, ROWPCTSUM, etc) either &lt;BR /&gt;
--put a '%' into the column header for the percent and then leave the numbers without a percent sign OR, &lt;BR /&gt;
--they use a picture format to append a percent sign to the percent calculated by TABULATE, as described here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/36/495.html" target="_blank"&gt;http://support.sas.com/kb/36/495.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Tue, 01 Dec 2009 17:01:31 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2009-12-01T17:01:31Z</dc:date>
    <item>
      <title>proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/23620#M5250</link>
      <description>Hi ,&lt;BR /&gt;
I have this code:&lt;BR /&gt;
PROC TABULATE&lt;BR /&gt;
DATA=HAIM.HAIM_PIDIONOT&lt;BR /&gt;
	&lt;BR /&gt;
	;&lt;BR /&gt;
	VAR SUM_PIDION count_policy;&lt;BR /&gt;
	CLASS TOCHNIT_BITUACH /	ORDER=UNFORMATTED MISSING;&lt;BR /&gt;
	CLASS PERIOD /	ORDER=UNFORMATTED MISSING;&lt;BR /&gt;
	TABLE &lt;BR /&gt;
		&lt;BR /&gt;
		PERIOD &lt;BR /&gt;
		all = 'סה"כ'  ,&lt;BR /&gt;
		&lt;BR /&gt;
TOCHNIT_BITUACH *(&lt;BR /&gt;
SUM_PIDION * Sum={LABEL=' '}*F=COMMA14. count_policy * Sum={LABEL=' '}*F=COMMA14. SUM_PIDION ={LABEL='אחוז משורה '}* ColPctSum={LABEL=' '}&lt;BR /&gt;
)		;&lt;BR /&gt;
	;&lt;BR /&gt;
RUN;&lt;BR /&gt;
My problem is when i give the ColPctSum *f=percent6. im not getting what i expected .&lt;BR /&gt;
&lt;BR /&gt;
For example : 2.6 &amp;gt;  im getting 260% &amp;gt; i want to get 2.6%&lt;BR /&gt;
&lt;BR /&gt;
Is there any options doing it like i want?</description>
      <pubDate>Tue, 01 Dec 2009 08:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/23620#M5250</guid>
      <dc:creator>yonib</dc:creator>
      <dc:date>2009-12-01T08:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/23621#M5251</link>
      <description>Hi:&lt;BR /&gt;
  When PROC TABULATE calculates percents, it uses a formula that automatically includes the multiplication by 100 to make the percent. The PERCENT format also multiplies by 100. This means that you have too many places where the multiplication by 100 occurs when you use COLPCTSUM -with- a PERCENT format. &lt;BR /&gt;
 &lt;BR /&gt;
  Most folks who use the "percent" statistics with PROC TABULATE (PCTN, PCTSUM, COLPCTN, COLPCTSUM, ROWPCTN, ROWPCTSUM, etc) either &lt;BR /&gt;
--put a '%' into the column header for the percent and then leave the numbers without a percent sign OR, &lt;BR /&gt;
--they use a picture format to append a percent sign to the percent calculated by TABULATE, as described here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/36/495.html" target="_blank"&gt;http://support.sas.com/kb/36/495.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 01 Dec 2009 17:01:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/23621#M5251</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-12-01T17:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/23622#M5252</link>
      <description>Hi Cynthia ,&lt;BR /&gt;
&lt;BR /&gt;
Thank for the information.&lt;BR /&gt;
I followed the link and it was very helpfull .</description>
      <pubDate>Wed, 02 Dec 2009 07:00:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-tabulate/m-p/23622#M5252</guid>
      <dc:creator>yonib</dc:creator>
      <dc:date>2009-12-02T07:00:59Z</dc:date>
    </item>
  </channel>
</rss>

