<?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 freq with totpct not print percent.  Why? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-freq-with-totpct-not-print-percent-Why/m-p/434697#M107908</link>
    <description>&lt;P&gt;If I don't specify nopercent option, it output percent in all cells.&amp;nbsp; I want only row percent in all cells including the row &amp;nbsp;"total".&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2018 21:23:45 GMT</pubDate>
    <dc:creator>mhollifi</dc:creator>
    <dc:date>2018-02-06T21:23:45Z</dc:date>
    <item>
      <title>proc freq with totpct not print percent.  Why?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-freq-with-totpct-not-print-percent-Why/m-p/434688#M107904</link>
      <description>&lt;P&gt;I have SAS, proc freq with totpct.&amp;nbsp; But total percent doesn't show on the table.&amp;nbsp; Why?&amp;nbsp;&lt;/P&gt;&lt;P&gt;And how to print total percent?&amp;nbsp; There is no error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;proc freq data= us;&lt;BR /&gt;&amp;nbsp;tables peeduca * natvty / totpct nocol&amp;nbsp; nofreq nopercent&amp;nbsp; out = out outpct;&lt;BR /&gt;&amp;nbsp;format peeduca peeduca. ;&lt;BR /&gt;&amp;nbsp;run;&lt;BR /&gt;&amp;nbsp;title "Educational Breakdown(percentage of U.S. labor force)";&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 20:47:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-freq-with-totpct-not-print-percent-Why/m-p/434688#M107904</guid>
      <dc:creator>mhollifi</dc:creator>
      <dc:date>2018-02-06T20:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq with totpct not print percent.  Why?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-freq-with-totpct-not-print-percent-Why/m-p/434694#M107906</link>
      <description>&lt;P&gt;Because&amp;nbsp;you also specified the NOPERCENT option.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 21:13:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-freq-with-totpct-not-print-percent-Why/m-p/434694#M107906</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-02-06T21:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq with totpct not print percent.  Why?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-freq-with-totpct-not-print-percent-Why/m-p/434697#M107908</link>
      <description>&lt;P&gt;If I don't specify nopercent option, it output percent in all cells.&amp;nbsp; I want only row percent in all cells including the row &amp;nbsp;"total".&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 21:23:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-freq-with-totpct-not-print-percent-Why/m-p/434697#M107908</guid>
      <dc:creator>mhollifi</dc:creator>
      <dc:date>2018-02-06T21:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq with totpct not print percent.  Why?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-freq-with-totpct-not-print-percent-Why/m-p/434706#M107911</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/183698"&gt;@mhollifi&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I have SAS, proc freq with totpct.&amp;nbsp; But total percent doesn't show on the table.&amp;nbsp; Why?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And how to print total percent?&amp;nbsp; There is no error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;proc freq data= us;&lt;BR /&gt;&amp;nbsp;tables peeduca * natvty / totpct nocol&amp;nbsp; nofreq nopercent&amp;nbsp; out = out outpct;&lt;BR /&gt;&amp;nbsp;format peeduca peeduca. ;&lt;BR /&gt;&amp;nbsp;run;&lt;BR /&gt;&amp;nbsp;title "Educational Breakdown(percentage of U.S. labor force)";&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;May be you should show what your desired table looks like and not one that is not what you want.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 21:56:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-freq-with-totpct-not-print-percent-Why/m-p/434706#M107911</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-02-06T21:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq with totpct not print percent.  Why?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-freq-with-totpct-not-print-percent-Why/m-p/434711#M107912</link>
      <description>&lt;P&gt;Please look at the Total line.&amp;nbsp; I want have percent not frequency in the line.&amp;nbsp; thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 22:10:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-freq-with-totpct-not-print-percent-Why/m-p/434711#M107912</guid>
      <dc:creator>mhollifi</dc:creator>
      <dc:date>2018-02-06T22:10:25Z</dc:date>
    </item>
  </channel>
</rss>

