<?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 How to identify bad numerical data and filter them out? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-bad-numerical-data-and-filter-them-out/m-p/87147#M289243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dataset where some rows contain bad numerical fields which cause segmentation error when I do math operation on the variable. Does any one know how to identify them and filter them out so I can work on sound data? Thanks.&lt;/P&gt;&lt;P&gt;Jian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 20:49:16 GMT</pubDate>
    <dc:creator>jzhang332002</dc:creator>
    <dc:date>2013-09-18T20:49:16Z</dc:date>
    <item>
      <title>How to identify bad numerical data and filter them out?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-bad-numerical-data-and-filter-them-out/m-p/87147#M289243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dataset where some rows contain bad numerical fields which cause segmentation error when I do math operation on the variable. Does any one know how to identify them and filter them out so I can work on sound data? Thanks.&lt;/P&gt;&lt;P&gt;Jian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 20:49:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-identify-bad-numerical-data-and-filter-them-out/m-p/87147#M289243</guid>
      <dc:creator>jzhang332002</dc:creator>
      <dc:date>2013-09-18T20:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify bad numerical data and filter them out?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-bad-numerical-data-and-filter-them-out/m-p/87148#M289244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More details &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is "bad numerical field"? &lt;/P&gt;&lt;P&gt;What is "math operation"?&lt;/P&gt;&lt;P&gt;What is "segmentation error"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this in IML? A data step, or specific proc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 21:40:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-identify-bad-numerical-data-and-filter-them-out/m-p/87148#M289244</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-09-18T21:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify bad numerical data and filter them out?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-bad-numerical-data-and-filter-them-out/m-p/87149#M289245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of bad data? Examples of the code generating the errors would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The general approach involves IF or Select statements&lt;/P&gt;&lt;P&gt;If the problem is divide by zero something like:&lt;/P&gt;&lt;P&gt;If X=0 then result=.;&lt;/P&gt;&lt;P&gt;Else result= var1 / x;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If values are too small or too large then similar syntax with a range check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But could the issue be related to accessing an external database? Mostly I get errors about invalid opertions not segmentation errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 21:45:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-identify-bad-numerical-data-and-filter-them-out/m-p/87149#M289245</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-09-18T21:45:19Z</dc:date>
    </item>
  </channel>
</rss>

