<?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: Floating Point Zero Divide in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Floating-Point-Zero-Divide/m-p/559599#M10364</link>
    <description>&lt;P&gt;thank you. I have downloaded the zip folders from the link, but when I try to apply thee hot fixes using deployment manager I just get a warning that Hot fix packages do not exist in the selected directory. I haven't installed hot fixes before- are they version specific, as I am running 9.4 and the&amp;nbsp; hot fix appears to be for 9.3?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2019 09:36:58 GMT</pubDate>
    <dc:creator>ninemileshigh</dc:creator>
    <dc:date>2019-05-17T09:36:58Z</dc:date>
    <item>
      <title>Floating Point Zero Divide</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Floating-Point-Zero-Divide/m-p/559386#M10296</link>
      <description>&lt;P&gt;As of three days ago, all (every script that I've tried) of my previously working SAS scripts keep failing, with&amp;nbsp;Floating Point Zero Divide errors. I am using SAS 9.4 (TS1M3) for Windows 10 64 bit. One example of my code is below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/***************************************************************************&lt;BR /&gt;* SCAN THE EXISTING FLUX DATASET TO REDUCE THE FILES READ IN- i.e. DON'T *&lt;BR /&gt;* READ IN FILES THAT HAVE ALREADY BEEN PROCESSED *&lt;BR /&gt;***************************************************************************/&lt;/P&gt;
&lt;P&gt;PROC FREQ DATA= DATASET.LINEARFIT;&lt;BR /&gt;TABLES FILENAME / OUT= PROCESSED NOPERCENT NOCUM;&lt;BR /&gt;RUN;;&lt;/P&gt;
&lt;P&gt;DATA PROCESSED;&lt;BR /&gt;SET PROCESSED;&lt;BR /&gt;DROP PERCENT;&lt;BR /&gt;PROCESSED= 'Y';&lt;BR /&gt;PROC SORT;&lt;BR /&gt;BY FILENAME;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which returns the following log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/***************************************************************************&lt;BR /&gt;46 * SCAN THE EXISTING FLUX DATASET TO REDUCE THE FILES READ IN- i.e. DON'T *&lt;BR /&gt;47 * READ IN FILES THAT HAVE ALREADY BEEN PROCESSED *&lt;BR /&gt;48 ***************************************************************************/&lt;BR /&gt;49&lt;BR /&gt;50 PROC FREQ DATA= DATASET.LINEARFIT;&lt;BR /&gt;51 TABLES FILENAME / OUT= PROCESSED NOPERCENT NOCUM;&lt;BR /&gt;52 RUN;&lt;/P&gt;
&lt;P&gt;ERROR: Floating Point Zero Divide.&lt;BR /&gt;ERROR: Termination due to Floating Point Exception&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.PROCESSED may be incomplete. When this step was stopped there were&lt;BR /&gt;0 observations and 0 variables.&lt;BR /&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;BR /&gt;real time 2.14 seconds&lt;BR /&gt;cpu time 0.15 seconds&lt;/P&gt;
&lt;P&gt;53&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;54 DATA PROCESSED;&lt;BR /&gt;55 SET PROCESSED;&lt;BR /&gt;56 DROP PERCENT;&lt;BR /&gt;57 PROCESSED= 'Y';&lt;/P&gt;
&lt;P&gt;WARNING: The variable PERCENT in the DROP, KEEP, or RENAME list has never been referenced.&lt;BR /&gt;NOTE: There were 0 observations read from the data set WORK.PROCESSED.&lt;BR /&gt;NOTE: The data set WORK.PROCESSED has 0 observations and 1 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 2.48 seconds&lt;BR /&gt;cpu time 0.12 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have no idea how to approach fixing this error. The scripts were working absolutely fine prior to this. I've seen examples if this error on other PROCS online, but none of the literature seems relevant to my code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 16:05:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Floating-Point-Zero-Divide/m-p/559386#M10296</guid>
      <dc:creator>ninemileshigh</dc:creator>
      <dc:date>2019-05-16T16:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Floating-Point-Zero-Divide/m-p/559402#M10301</link>
      <description>&lt;P&gt;check this link out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&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>Thu, 16 May 2019 16:29:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Floating-Point-Zero-Divide/m-p/559402#M10301</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2019-05-16T16:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Floating-Point-Zero-Divide/m-p/559599#M10364</link>
      <description>&lt;P&gt;thank you. I have downloaded the zip folders from the link, but when I try to apply thee hot fixes using deployment manager I just get a warning that Hot fix packages do not exist in the selected directory. I haven't installed hot fixes before- are they version specific, as I am running 9.4 and the&amp;nbsp; hot fix appears to be for 9.3?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 09:36:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Floating-Point-Zero-Divide/m-p/559599#M10364</guid>
      <dc:creator>ninemileshigh</dc:creator>
      <dc:date>2019-05-17T09:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Point Zero Divide</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Floating-Point-Zero-Divide/m-p/601679#M16751</link>
      <description>&lt;P&gt;I have the exact same issue when I export to an Access Database on scripts that have worked for years.&amp;nbsp; I notice it only happens when I reboot my PC which is about every other month.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 15:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Floating-Point-Zero-Divide/m-p/601679#M16751</guid>
      <dc:creator>deblee73</dc:creator>
      <dc:date>2019-11-05T15:18:06Z</dc:date>
    </item>
  </channel>
</rss>

