<?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 percent format SAS 9.4 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-percent-format-SAS-9-4/m-p/627244#M185101</link>
    <description>&lt;P&gt;How can I format my percent in this proc freq?&amp;nbsp; I have tried every percent variable name I can think of&amp;nbsp; and non of them work. If "Percent" is printed in the table being generated, why is it telling me there is no percent variable?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC FREQ DATA=data ;&lt;BR /&gt;TABLE Program*Award / nocol norow;&lt;BR /&gt;label Program='Program Type';&lt;BR /&gt;label Award='Amount Awarded';&lt;BR /&gt;format award dollar10. Percent f5.1 ;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2020 17:09:12 GMT</pubDate>
    <dc:creator>Whitlea</dc:creator>
    <dc:date>2020-02-25T17:09:12Z</dc:date>
    <item>
      <title>Proc Freq percent format SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-percent-format-SAS-9-4/m-p/627244#M185101</link>
      <description>&lt;P&gt;How can I format my percent in this proc freq?&amp;nbsp; I have tried every percent variable name I can think of&amp;nbsp; and non of them work. If "Percent" is printed in the table being generated, why is it telling me there is no percent variable?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC FREQ DATA=data ;&lt;BR /&gt;TABLE Program*Award / nocol norow;&lt;BR /&gt;label Program='Program Type';&lt;BR /&gt;label Award='Amount Awarded';&lt;BR /&gt;format award dollar10. Percent f5.1 ;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 17:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-percent-format-SAS-9-4/m-p/627244#M185101</guid>
      <dc:creator>Whitlea</dc:creator>
      <dc:date>2020-02-25T17:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq percent format SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-percent-format-SAS-9-4/m-p/627252#M185108</link>
      <description>&lt;P&gt;PROC FREQ doesn't support formatting easily. I would recommend using PROC TABULATE instead, but you'll have to manually specify the percentages which is annoying as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/133143"&gt;@Whitlea&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How can I format my percent in this proc freq?&amp;nbsp; I have tried every percent variable name I can think of&amp;nbsp; and non of them work. If "Percent" is printed in the table being generated, why is it telling me there is no percent variable?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC FREQ DATA=data ;&lt;BR /&gt;TABLE Program*Award / nocol norow;&lt;BR /&gt;label Program='Program Type';&lt;BR /&gt;label Award='Amount Awarded';&lt;BR /&gt;format award dollar10. Percent f5.1 ;&lt;/P&gt;
&lt;P&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 17:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Freq-percent-format-SAS-9-4/m-p/627252#M185108</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-02-25T17:24:42Z</dc:date>
    </item>
  </channel>
</rss>

