<?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: Picture Formats in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Picture-Formats/m-p/93384#M26525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should add a space to the end of the picture for positive numbers so that the decimal place lines up with the negative numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Oct 2012 02:00:08 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2012-10-13T02:00:08Z</dc:date>
    <item>
      <title>Picture Formats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Picture-Formats/m-p/93382#M26523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could some one please let me know how I could insert parentheses as well as the $ sign for negative values using picture formats.&amp;nbsp; I can do parentheses or the $ sign but dont know how to apply both.&amp;nbsp; I am using them in Proc Report&amp;nbsp; Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 17:20:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Picture-Formats/m-p/93382#M26523</guid>
      <dc:creator>SAS09</dc:creator>
      <dc:date>2012-10-12T17:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Picture Formats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Picture-Formats/m-p/93383#M26524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this do what you want (look in log for output):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc format library=work; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;picture pay low-&amp;lt;0 ='000,009.99)' (prefix='($') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0 -high='000,009.99' (prefix='$'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x= -1.25; put x pay.; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x= 1.25; put x pay.; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 22:58:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Picture-Formats/m-p/93383#M26524</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-10-12T22:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Picture Formats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Picture-Formats/m-p/93384#M26525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should add a space to the end of the picture for positive numbers so that the decimal place lines up with the negative numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2012 02:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Picture-Formats/m-p/93384#M26525</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-10-13T02:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Picture Formats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Picture-Formats/m-p/93385#M26526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is perfect!&amp;nbsp; It worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2012 13:33:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Picture-Formats/m-p/93385#M26526</guid>
      <dc:creator>SAS09</dc:creator>
      <dc:date>2012-10-13T13:33:26Z</dc:date>
    </item>
  </channel>
</rss>

