<?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: nopercent in proc freq in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/nopercent-in-proc-freq/m-p/788062#M251893</link>
    <description>&lt;P&gt;As the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_freq_syntax08.htm#procstat.freq.freqoutpct" target="_self"&gt;Doc&lt;/A&gt; says: The Nopercent Option&amp;nbsp;&lt;SPAN&gt;Suppresses display of percentages in the displayed output.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can simply use a data set option like&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=sashelp.class noprint;
table sex*age / out= sex_count(drop = percent);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 03 Jan 2022 06:22:06 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2022-01-03T06:22:06Z</dc:date>
    <item>
      <title>nopercent in proc freq</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nopercent-in-proc-freq/m-p/788061#M251892</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=sashelp.class noprint;
table sex*age /nopercent  out= sex_count ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;even if I used nopercent but its give percent variable ?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 06:11:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nopercent-in-proc-freq/m-p/788061#M251892</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2022-01-03T06:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: nopercent in proc freq</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nopercent-in-proc-freq/m-p/788062#M251893</link>
      <description>&lt;P&gt;As the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_freq_syntax08.htm#procstat.freq.freqoutpct" target="_self"&gt;Doc&lt;/A&gt; says: The Nopercent Option&amp;nbsp;&lt;SPAN&gt;Suppresses display of percentages in the displayed output.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can simply use a data set option like&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=sashelp.class noprint;
table sex*age / out= sex_count(drop = percent);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 03 Jan 2022 06:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nopercent-in-proc-freq/m-p/788062#M251893</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2022-01-03T06:22:06Z</dc:date>
    </item>
  </channel>
</rss>

