<?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 returns=B in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/returns-B/m-p/818068#M322901</link>
    <description>&lt;P&gt;Dear users,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to replace returns with missing value instead of B. Of course the format of returns variable named retx_ben is numeric. Please see the file attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks in advance&lt;/P&gt;
&lt;P&gt;george&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2022 13:17:04 GMT</pubDate>
    <dc:creator>georgel</dc:creator>
    <dc:date>2022-06-14T13:17:04Z</dc:date>
    <item>
      <title>returns=B</title>
      <link>https://communities.sas.com/t5/SAS-Programming/returns-B/m-p/818068#M322901</link>
      <description>&lt;P&gt;Dear users,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to replace returns with missing value instead of B. Of course the format of returns variable named retx_ben is numeric. Please see the file attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks in advance&lt;/P&gt;
&lt;P&gt;george&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 13:17:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/returns-B/m-p/818068#M322901</guid>
      <dc:creator>georgel</dc:creator>
      <dc:date>2022-06-14T13:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: returns=B</title>
      <link>https://communities.sas.com/t5/SAS-Programming/returns-B/m-p/818069#M322902</link>
      <description>&lt;P&gt;The variable RETX_BEN is numeric, and so the value that appears as B is actually numeric, it is a special missing value which in code would appear as .B. If you need to test if the value is .B, you could use something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if retx_ben = .B then do;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if missing(rex_ben) then do;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;So really, nothing for you to do, the values of RETX_BEN are already missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 13:22:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/returns-B/m-p/818069#M322902</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-06-14T13:22:31Z</dc:date>
    </item>
  </channel>
</rss>

