<?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: SAS ERROR to be fixed in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-ERROR-to-be-fixed/m-p/64781#M18425</link>
    <description>We need to see the SAS log and the executed SAS code that is generating the error - so much could be happening in the SAS DATA step.  Also, explain the SAS application/program, with SAS environment (local install or remote to server), SAS version, OS platform -- and, again, in your reply COPY/PASTE from your SAS log the DATA step code being executed just before and at the error point.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Fri, 14 Aug 2009 13:52:02 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-08-14T13:52:02Z</dc:date>
    <item>
      <title>SAS ERROR to be fixed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-ERROR-to-be-fixed/m-p/64779#M18423</link>
      <description>&lt;I&gt;ERROR: Undetermined I/O failure.&lt;BR /&gt;
ERROR: Undetermined I/O failure.&lt;BR /&gt;
ERROR: Undetermined I/O failure.&lt;BR /&gt;
FATAL: Unrecoverable I/O error detected in the execution of the data step program.  Aborted during the EXECUTION phase.&lt;BR /&gt;
FATAL: Unrecoverable I/O error detected in the execution of the data step program.  Aborted during the EXECUTION phase.&lt;BR /&gt;
FATAL: Unrecoverable I/O error detected in the execution of the data step program.  Aborted during the EXECUTION phase.&lt;BR /&gt;
ERROR: Undetermined I/O failure.&lt;BR /&gt;
ERROR: Undetermined I/O failure.&lt;BR /&gt;
ERROR: Undetermined I/O failure.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: There were 15824172 observations read from the data set WORK.OUTVMF.&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           44:34.32&lt;BR /&gt;
      cpu time            7:59.57&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
 I run a SAS program which has 18 million records, the SAS application stops after reading 15 million records and closes the log file. Could you please tell me what is causing this error?</description>
      <pubDate>Fri, 14 Aug 2009 13:46:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-ERROR-to-be-fixed/m-p/64779#M18423</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-14T13:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ERROR to be fixed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-ERROR-to-be-fixed/m-p/64780#M18424</link>
      <description>Lack of disk space, or lost communication with disk comes into mind.&lt;BR /&gt;
Check the disk status of your saswork and location for your target table.&lt;BR /&gt;
/Linus</description>
      <pubDate>Fri, 14 Aug 2009 13:51:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-ERROR-to-be-fixed/m-p/64780#M18424</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-08-14T13:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ERROR to be fixed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-ERROR-to-be-fixed/m-p/64781#M18425</link>
      <description>We need to see the SAS log and the executed SAS code that is generating the error - so much could be happening in the SAS DATA step.  Also, explain the SAS application/program, with SAS environment (local install or remote to server), SAS version, OS platform -- and, again, in your reply COPY/PASTE from your SAS log the DATA step code being executed just before and at the error point.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 14 Aug 2009 13:52:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-ERROR-to-be-fixed/m-p/64781#M18425</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-08-14T13:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ERROR to be fixed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-ERROR-to-be-fixed/m-p/64782#M18426</link>
      <description>Every time we have gotten an I/O failure, it has been the result of network issues within our office (we run remotely from a server).  When the disk is full, we get a different error.  Good luck - I know it's frustrating to work with a large data set and have it near completion only to fail at the end.</description>
      <pubDate>Fri, 14 Aug 2009 15:09:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-ERROR-to-be-fixed/m-p/64782#M18426</guid>
      <dc:creator>stateworker</dc:creator>
      <dc:date>2009-08-14T15:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ERROR to be fixed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-ERROR-to-be-fixed/m-p/64783#M18427</link>
      <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
We got a similar error  with large datasets but not as large as yours. &lt;BR /&gt;
&lt;BR /&gt;
Running win2003, 16gb memory, it turned out that the page pool was overflowing.   Changing the Paged Pool Usage Maximum from 80% (Default) to 40% resolved our issue.  &lt;BR /&gt;
&lt;BR /&gt;
Might not be the same problem as you are having but may help.  &lt;BR /&gt;
&lt;BR /&gt;
Note: There were no event logs etc that indicated that there was a problem.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;
Barry</description>
      <pubDate>Sat, 15 Aug 2009 04:02:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-ERROR-to-be-fixed/m-p/64783#M18427</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-15T04:02:11Z</dc:date>
    </item>
  </channel>
</rss>

