<?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 ERROR: Invalid Operation. ERROR: Termination due to Floating Point Exception in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Invalid-Operation-ERROR-Termination-due-to-Floating-Point/m-p/480930#M286689</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am running on a 64-bit version of SAS from a remote system.&amp;nbsp;&lt;/SPAN&gt;I received&amp;nbsp;these error messages:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Invalid Operation.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Termination due to Floating Point Exception&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when trying to run the code below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROC genmod data=glm.training;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;class term(ref='0-30');&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MODEL LC = term /DIST=TWEEDIE(P=1.5) TYPE3;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;glm.training&lt;/STRONG&gt; data set has&amp;nbsp;1.1M observations.&amp;nbsp;&lt;STRONG&gt;term&lt;/STRONG&gt; is categorized into '0-30', '31-49', '50-120'.&amp;nbsp;&lt;STRONG&gt;LC&lt;/STRONG&gt; is ranged between 0 and 41334. It is very strange that this piece of code gives model output when runs in a subset of&amp;nbsp;&lt;STRONG&gt;glm.training&lt;/STRONG&gt; with 277K observations, but gives error messages when runs in&amp;nbsp;&lt;STRONG&gt;glm.training&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help to work around it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jul 2018 19:57:13 GMT</pubDate>
    <dc:creator>osensen</dc:creator>
    <dc:date>2018-07-24T19:57:13Z</dc:date>
    <item>
      <title>ERROR: Invalid Operation. ERROR: Termination due to Floating Point Exception</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Invalid-Operation-ERROR-Termination-due-to-Floating-Point/m-p/480930#M286689</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am running on a 64-bit version of SAS from a remote system.&amp;nbsp;&lt;/SPAN&gt;I received&amp;nbsp;these error messages:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Invalid Operation.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Termination due to Floating Point Exception&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when trying to run the code below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROC genmod data=glm.training;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;class term(ref='0-30');&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MODEL LC = term /DIST=TWEEDIE(P=1.5) TYPE3;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;glm.training&lt;/STRONG&gt; data set has&amp;nbsp;1.1M observations.&amp;nbsp;&lt;STRONG&gt;term&lt;/STRONG&gt; is categorized into '0-30', '31-49', '50-120'.&amp;nbsp;&lt;STRONG&gt;LC&lt;/STRONG&gt; is ranged between 0 and 41334. It is very strange that this piece of code gives model output when runs in a subset of&amp;nbsp;&lt;STRONG&gt;glm.training&lt;/STRONG&gt; with 277K observations, but gives error messages when runs in&amp;nbsp;&lt;STRONG&gt;glm.training&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help to work around it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 19:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Invalid-Operation-ERROR-Termination-due-to-Floating-Point/m-p/480930#M286689</guid>
      <dc:creator>osensen</dc:creator>
      <dc:date>2018-07-24T19:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Invalid Operation. ERROR: Termination due to Floating Point Exception</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Invalid-Operation-ERROR-Termination-due-to-Floating-Point/m-p/480947#M286690</link>
      <description>&lt;P&gt;i'm not sure, but it this relevant: &lt;A href="http://support.sas.com/kb/46/318.html" target="_blank"&gt;http://support.sas.com/kb/46/318.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 20:53:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Invalid-Operation-ERROR-Termination-due-to-Floating-Point/m-p/480947#M286690</guid>
      <dc:creator>pau13rown</dc:creator>
      <dc:date>2018-07-24T20:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Invalid Operation. ERROR: Termination due to Floating Point Exception</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Invalid-Operation-ERROR-Termination-due-to-Floating-Point/m-p/481133#M286691</link>
      <description>&lt;P&gt;Thank you for your post. But I don't think that's the issue.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 14:10:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Invalid-Operation-ERROR-Termination-due-to-Floating-Point/m-p/481133#M286691</guid>
      <dc:creator>osensen</dc:creator>
      <dc:date>2018-07-25T14:10:20Z</dc:date>
    </item>
  </channel>
</rss>

