<?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: proc phreg floating point overflow in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-phreg-floating-point-overflow/m-p/284810#M58123</link>
    <description>&lt;P&gt;You should send the program and data to&lt;A href="http://support.sas.com/ctx/supportform//createForm" target="_self"&gt; SAS Technical Support&lt;/A&gt;. They will be able to pass the information on to a SAS developer. Be sure to&lt;A href="http://blogs.sas.com/content/iml/2013/08/26/determine-sas-version-at-run-time.html" target="_self"&gt; include your SAS release&lt;/A&gt; (for example, 9.3m1 or 9.4m0) and your operating system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is not much we on this forum can suggest without knowing the data. The error message does not give any hints as to the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what is wrong, but since four&amp;nbsp;of the dependent variables are classification variables, this problem could potentially involve a large number of parameters.&amp;nbsp;Use PROC FREQ to examine the number of unique levels for the x2-x5 variables. &amp;nbsp;If one of the variables involves hundreds of levels (maybe a medical diagnosis ID or a doctor ID) then try removing that variable from the model.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2016 12:21:21 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-07-15T12:21:21Z</dc:date>
    <item>
      <title>proc phreg floating point overflow</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-phreg-floating-point-overflow/m-p/284655#M58073</link>
      <description>&lt;P&gt;Proc phreg model, got error message, how to solve this problem? Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;phreg&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = data &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;COVS&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;(AGGREGATE); &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;CLASS&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp; x2 x3 x4 x5 &amp;nbsp;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ref&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = first;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;model&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp; time_event * event(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;&lt;FONT color="#008080" face="Courier New"&gt;0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;) = x1 x2 x3 x4 x5 /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;RL&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;ERROR: Floating Point Overflow.&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;ERROR: Termination due to Floating Point Exception&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;
&lt;P&gt;NOTE: PROCEDURE PHREG used (Total process time):&lt;/P&gt;
&lt;P&gt;real time 2.80 seconds&lt;/P&gt;
&lt;P&gt;cpu time 2.37 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 19:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-phreg-floating-point-overflow/m-p/284655#M58073</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2016-07-14T19:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: proc phreg floating point overflow</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-phreg-floating-point-overflow/m-p/284810#M58123</link>
      <description>&lt;P&gt;You should send the program and data to&lt;A href="http://support.sas.com/ctx/supportform//createForm" target="_self"&gt; SAS Technical Support&lt;/A&gt;. They will be able to pass the information on to a SAS developer. Be sure to&lt;A href="http://blogs.sas.com/content/iml/2013/08/26/determine-sas-version-at-run-time.html" target="_self"&gt; include your SAS release&lt;/A&gt; (for example, 9.3m1 or 9.4m0) and your operating system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is not much we on this forum can suggest without knowing the data. The error message does not give any hints as to the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what is wrong, but since four&amp;nbsp;of the dependent variables are classification variables, this problem could potentially involve a large number of parameters.&amp;nbsp;Use PROC FREQ to examine the number of unique levels for the x2-x5 variables. &amp;nbsp;If one of the variables involves hundreds of levels (maybe a medical diagnosis ID or a doctor ID) then try removing that variable from the model.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 12:21:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-phreg-floating-point-overflow/m-p/284810#M58123</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-07-15T12:21:21Z</dc:date>
    </item>
  </channel>
</rss>

