<?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: How to categorize income zero as 0 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-categorize-income-zero-as-0/m-p/105948#M29524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand what you want change&lt;/P&gt;&lt;P&gt;else if income &amp;lt;= 0 &amp;lt;etc&amp;gt;.&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;else if income &amp;lt; 0 &amp;lt;etc&amp;gt; ;&lt;/P&gt;&lt;P&gt;else if income = 0 then Income_range = '0';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2012 19:26:28 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2012-07-12T19:26:28Z</dc:date>
    <item>
      <title>How to categorize income zero as 0</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-categorize-income-zero-as-0/m-p/105947#M29523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;Hi Community,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;I have this data set. I havve categorised the "inocome" variable and got the freq distribution.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;It gives the last output table shown at the bottom.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;Q:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;I need to get the freq band for zeros seperately. At present &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;"Income_Range" column of output table (see the bottom) categorises "zero" within &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;" -7 to 0" income band. But we like to impose a "0" income band separately.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;Could anyone help me for coding. Thanks Mirisage&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;Data&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; have;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; income;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;cards&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;392&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;219&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;95&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;208&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;-10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;41&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;22&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;65&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;372&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;360&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;393&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;190&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;168&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;93&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;-8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;14&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;43&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;138&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;52&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;125&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;-9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 11pt;"&gt;45&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; want; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;length&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range $&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;20&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; have;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income = &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;.&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'Missing'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=-&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;9&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'&amp;lt;=-9'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=-&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;8&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'-8 to -9'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=-&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'-1 to -8'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range =&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'-7 to 0'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;41&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;&amp;nbsp; Income_Range =&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'1-41'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income&amp;nbsp;&amp;nbsp; &amp;lt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;392&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;&amp;nbsp; Income_Range =&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'42-392'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;else&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 11pt;"&gt;'&amp;gt;392'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;freq&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;=want;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 11pt;"&gt;tables&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt; Income_Range;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="PADDING-BOTTOM: 0px; PADDING-LEFT: 5.4pt; WIDTH: 476px; PADDING-RIGHT: 5.4pt; MARGIN-LEFT: 4.9pt; PADDING-TOP: 0px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD rowspan="2" style="padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border: #333333 1pt solid;" valign="bottom" width="148"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;Income_Range&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD rowspan="2" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: #333333 1pt solid;" valign="bottom" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;Frequency&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD rowspan="2" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: #333333 1pt solid;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;Percent&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: medium none; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: #333333 1pt solid;" valign="bottom" width="88"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;Cumulative&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: medium none; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: #333333 1pt solid; border-right: medium none;" valign="bottom" width="95"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;Cumulative&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: medium none; border-right: #333333 1pt solid;" valign="bottom" width="88"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;Frequency&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: medium none; border-right: medium none;" valign="bottom" width="95"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;Percent&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: #333333 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="148"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;-7 to 0&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;9&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="64"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;25.71&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="88"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;9&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: medium none;" valign="top" width="95"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;25.71&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: #333333 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="148"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;-8 to -9&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="64"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;2.86&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="88"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: medium none;" valign="top" width="95"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;28.57&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: #333333 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="148"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;1-41&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="64"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;14.29&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="88"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: medium none;" valign="top" width="95"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;42.86&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: #333333 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="148"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;42-392&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="64"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;42.86&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="88"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;30&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: medium none;" valign="top" width="95"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;85.71&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: #333333 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="148"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;&amp;lt;=-9&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="64"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;5.71&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="88"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;32&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: medium none;" valign="top" width="95"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;91.43&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: #333333 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="148"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;&amp;gt;392&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="64"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;2.86&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="88"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;33&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: #333333 1pt solid; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: medium none;" valign="top" width="95"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;94.29&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border-bottom: medium none; border-left: #333333 1pt solid; padding-left: 5.4pt; padding-right: 5.4pt; background: #ffffcc; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="148"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Arial;"&gt;Missing&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: medium none; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="81"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: medium none; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="64"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;5.71&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-bottom: medium none; border-left: medium none; padding-left: 5.4pt; padding-right: 5.4pt; background: white; border-top: medium none; border-right: #333333 1pt solid;" valign="top" width="88"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;35&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt; background: white;" valign="top" width="95"&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: Arial; color: black; font-size: 10pt;"&gt;100.00&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="148"&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="81"&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="88"&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="padding-left: 5.4pt; padding-right: 5.4pt;" valign="bottom" width="95"&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 18:22:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-categorize-income-zero-as-0/m-p/105947#M29523</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2012-07-12T18:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to categorize income zero as 0</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-categorize-income-zero-as-0/m-p/105948#M29524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand what you want change&lt;/P&gt;&lt;P&gt;else if income &amp;lt;= 0 &amp;lt;etc&amp;gt;.&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;else if income &amp;lt; 0 &amp;lt;etc&amp;gt; ;&lt;/P&gt;&lt;P&gt;else if income = 0 then Income_range = '0';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 19:26:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-categorize-income-zero-as-0/m-p/105948#M29524</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-07-12T19:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to categorize income zero as 0</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-categorize-income-zero-as-0/m-p/105949#M29525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an aside: if you're doing a lot of this categorisation, I recommend learning a bit of PROC FORMAT. It lets you define a coding scheme with fewer keystrokes, and makes it easier to reuse that scheme without cut-and-pasting large wodges of code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 01:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-categorize-income-zero-as-0/m-p/105949#M29525</guid>
      <dc:creator>GeoffreyBrent</dc:creator>
      <dc:date>2012-07-13T01:00:50Z</dc:date>
    </item>
  </channel>
</rss>

