<?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 format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/209669#M38883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I'm looking to format fico score difference between the months and categorize. I'm using the proc format to do it. but the issue I'm facing is the negative or decrease in fico between current and previous months ,the proc format doesnt seem to take my negative scores properly. the first category -10 - &amp;lt;0 is not taking properly. I woiuld like to define other negative scores as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;&amp;nbsp; value diff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -10 - &amp;lt;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '-10'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 -&amp;nbsp; &amp;lt;15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '0-14'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15 -&amp;nbsp; &amp;lt;30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '15-29'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 -&amp;nbsp; &amp;lt;50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '30-49'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50 -&amp;nbsp; &amp;lt;100&amp;nbsp;&amp;nbsp;&amp;nbsp; = '50-99'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100 -&amp;nbsp; High&amp;nbsp;&amp;nbsp;&amp;nbsp; = '100+';&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;data t;&lt;BR /&gt;input score;&lt;BR /&gt;cards;&lt;BR /&gt;100&lt;BR /&gt;-20&lt;BR /&gt;-30&lt;BR /&gt;-10&lt;BR /&gt;10&lt;BR /&gt;20&lt;BR /&gt;0&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;data y;&lt;BR /&gt;set t;&lt;BR /&gt;format score diff.;&lt;BR /&gt;run; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 17:57:43 GMT</pubDate>
    <dc:creator>SASPhile</dc:creator>
    <dc:date>2015-05-05T17:57:43Z</dc:date>
    <item>
      <title>Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/209669#M38883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I'm looking to format fico score difference between the months and categorize. I'm using the proc format to do it. but the issue I'm facing is the negative or decrease in fico between current and previous months ,the proc format doesnt seem to take my negative scores properly. the first category -10 - &amp;lt;0 is not taking properly. I woiuld like to define other negative scores as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;&amp;nbsp; value diff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -10 - &amp;lt;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '-10'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 -&amp;nbsp; &amp;lt;15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '0-14'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15 -&amp;nbsp; &amp;lt;30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '15-29'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 -&amp;nbsp; &amp;lt;50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '30-49'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50 -&amp;nbsp; &amp;lt;100&amp;nbsp;&amp;nbsp;&amp;nbsp; = '50-99'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100 -&amp;nbsp; High&amp;nbsp;&amp;nbsp;&amp;nbsp; = '100+';&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;data t;&lt;BR /&gt;input score;&lt;BR /&gt;cards;&lt;BR /&gt;100&lt;BR /&gt;-20&lt;BR /&gt;-30&lt;BR /&gt;-10&lt;BR /&gt;10&lt;BR /&gt;20&lt;BR /&gt;0&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;data y;&lt;BR /&gt;set t;&lt;BR /&gt;format score diff.;&lt;BR /&gt;run; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 17:57:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/209669#M38883</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2015-05-05T17:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/209670#M38884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you expect to happen with the -10 - &amp;lt; 0 range? The only test value matching this range is -10 and when I run your code it displays as -10 which is exactly what you specified: -10 - &amp;lt;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '-10'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 19:36:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/209670#M38884</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-05-05T19:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/209671#M38885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Default behavior for custom formats: If you have a data value that is not in the range given it will display with a BEST value.&lt;/P&gt;&lt;P&gt;So -20 and -30, since there is no specific instruction for them will display as -20 and -30 exactly as expected.&lt;/P&gt;&lt;P&gt;If you want ALL negative values to show in the same range then use&lt;/P&gt;&lt;P&gt;LOW - &amp;lt; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 22:41:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-format/m-p/209671#M38885</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-05-05T22:41:09Z</dc:date>
    </item>
  </channel>
</rss>

