<?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: format for percentage in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/format-for-percentage/m-p/50089#M13613</link>
    <description>Use percentn12.1</description>
    <pubDate>Mon, 01 Feb 2010 18:41:56 GMT</pubDate>
    <dc:creator>Flip</dc:creator>
    <dc:date>2010-02-01T18:41:56Z</dc:date>
    <item>
      <title>format for percentage</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/format-for-percentage/m-p/50087#M13611</link>
      <description>when I used put(value, percent12.1), I got a parenthesis around a negative value, e.g. -37.2% is output as '(37.2%)'. How can I output just '-37.2%'? What is the correct format name? thanks!</description>
      <pubDate>Mon, 01 Feb 2010 15:51:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/format-for-percentage/m-p/50087#M13611</guid>
      <dc:creator>abdullala</dc:creator>
      <dc:date>2010-02-01T15:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: format for percentage</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/format-for-percentage/m-p/50088#M13612</link>
      <description>You Can use PROC FORMAT to define your owne format style for this. Like below.&lt;BR /&gt;
PROC FORMAT;&lt;BR /&gt;
 value percentage 0-high ='9999999.99%'&lt;BR /&gt;
                          other  = '-99999999.99%'&lt;BR /&gt;
;&lt;BR /&gt;
run;</description>
      <pubDate>Mon, 01 Feb 2010 18:19:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/format-for-percentage/m-p/50088#M13612</guid>
      <dc:creator>DPraba79</dc:creator>
      <dc:date>2010-02-01T18:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: format for percentage</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/format-for-percentage/m-p/50089#M13613</link>
      <description>Use percentn12.1</description>
      <pubDate>Mon, 01 Feb 2010 18:41:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/format-for-percentage/m-p/50089#M13613</guid>
      <dc:creator>Flip</dc:creator>
      <dc:date>2010-02-01T18:41:56Z</dc:date>
    </item>
  </channel>
</rss>

