<?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: Using Parenthesis to Format Integer in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Parenthesis-to-Format-Integer/m-p/6167#M2465</link>
    <description>try this i hope it help&lt;BR /&gt;
&lt;BR /&gt;
proc format;&lt;BR /&gt;
picture pctpfmt&lt;BR /&gt;
low - high = '(000%)'&lt;BR /&gt;
( prefix = '(' );run;&lt;BR /&gt;
&lt;BR /&gt;
data teste;&lt;BR /&gt;
format a pctpfmt.;&lt;BR /&gt;
&lt;BR /&gt;
a=25;&lt;BR /&gt;
output;&lt;BR /&gt;
a=54;&lt;BR /&gt;
output;&lt;BR /&gt;
a=100;&lt;BR /&gt;
output;&lt;BR /&gt;
a=160;&lt;BR /&gt;
output;&lt;BR /&gt;
run;</description>
    <pubDate>Tue, 08 Jan 2008 13:51:53 GMT</pubDate>
    <dc:creator>BrunoSilva</dc:creator>
    <dc:date>2008-01-08T13:51:53Z</dc:date>
    <item>
      <title>Using Parenthesis to Format Integer</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Parenthesis-to-Format-Integer/m-p/6166#M2464</link>
      <description>Do anyone know how to make a positive integer format between Parenthesis i.e. &lt;BR /&gt;
&lt;BR /&gt;
(45%).&lt;BR /&gt;
&lt;BR /&gt;
thanks</description>
      <pubDate>Sun, 06 Jan 2008 10:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Parenthesis-to-Format-Integer/m-p/6166#M2464</guid>
      <dc:creator>MohamedS</dc:creator>
      <dc:date>2008-01-06T10:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using Parenthesis to Format Integer</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Parenthesis-to-Format-Integer/m-p/6167#M2465</link>
      <description>try this i hope it help&lt;BR /&gt;
&lt;BR /&gt;
proc format;&lt;BR /&gt;
picture pctpfmt&lt;BR /&gt;
low - high = '(000%)'&lt;BR /&gt;
( prefix = '(' );run;&lt;BR /&gt;
&lt;BR /&gt;
data teste;&lt;BR /&gt;
format a pctpfmt.;&lt;BR /&gt;
&lt;BR /&gt;
a=25;&lt;BR /&gt;
output;&lt;BR /&gt;
a=54;&lt;BR /&gt;
output;&lt;BR /&gt;
a=100;&lt;BR /&gt;
output;&lt;BR /&gt;
a=160;&lt;BR /&gt;
output;&lt;BR /&gt;
run;</description>
      <pubDate>Tue, 08 Jan 2008 13:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-Parenthesis-to-Format-Integer/m-p/6167#M2465</guid>
      <dc:creator>BrunoSilva</dc:creator>
      <dc:date>2008-01-08T13:51:53Z</dc:date>
    </item>
  </channel>
</rss>

