<?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 hangs at &amp;quot;ERROR: Undetermined I/O failure.&amp;quot; Can I get it to quit instead of hang? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-hangs-at-quot-ERROR-Undetermined-I-O-failure-quot-Can-I-get/m-p/181098#M34565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, try using the -unbuflog option when running SAS on this job.&amp;nbsp; If there's a crash and traceback information that's being lost when SAS hangs then this might ensure that information gets written to the log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 20:44:58 GMT</pubDate>
    <dc:creator>scmebu</dc:creator>
    <dc:date>2014-10-10T20:44:58Z</dc:date>
    <item>
      <title>SAS hangs at "ERROR: Undetermined I/O failure." Can I get it to quit instead of hang?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-hangs-at-quot-ERROR-Undetermined-I-O-failure-quot-Can-I-get/m-p/181096#M34563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS 9.3 on Windows Server 2003 (yes, I know, will be moving to 2012 soon).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Windows scheduled task that executes a SAS job to collect some data and append it to a data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the time it works fine. Occasionally it fails, pops up a window (even though it's running in noninteractive mode) showing "ERROR: Undetermined I/O failure." and just waits forever for me to close the window. And while it's in that state, later scheduled executions can't happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I don't care if it fails once in a while. I just want it to &lt;EM&gt;abort&lt;/EM&gt; instead of &lt;EM&gt;hang&lt;/EM&gt;, so the next scheduled run will run. Is there a way of getting that behaviour?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 19:16:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-hangs-at-quot-ERROR-Undetermined-I-O-failure-quot-Can-I-get/m-p/181096#M34563</guid>
      <dc:creator>ajs_rdg</dc:creator>
      <dc:date>2014-10-10T19:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS hangs at "ERROR: Undetermined I/O failure." Can I get it to quit instead of hang?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-hangs-at-quot-ERROR-Undetermined-I-O-failure-quot-Can-I-get/m-p/181097#M34564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Options errorabend; at the start of the program MIGHT work. It may be that what you are getting is an OS error and not a SAS error, in which case SAS may not be able to determine it is in an error condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that errorabend will also terminate for other errors, so use carefully.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 20:27:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-hangs-at-quot-ERROR-Undetermined-I-O-failure-quot-Can-I-get/m-p/181097#M34564</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-10-10T20:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS hangs at "ERROR: Undetermined I/O failure." Can I get it to quit instead of hang?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-hangs-at-quot-ERROR-Undetermined-I-O-failure-quot-Can-I-get/m-p/181098#M34565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, try using the -unbuflog option when running SAS on this job.&amp;nbsp; If there's a crash and traceback information that's being lost when SAS hangs then this might ensure that information gets written to the log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 20:44:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-hangs-at-quot-ERROR-Undetermined-I-O-failure-quot-Can-I-get/m-p/181098#M34565</guid>
      <dc:creator>scmebu</dc:creator>
      <dc:date>2014-10-10T20:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS hangs at "ERROR: Undetermined I/O failure." Can I get it to quit instead of hang?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-hangs-at-quot-ERROR-Undetermined-I-O-failure-quot-Can-I-get/m-p/181099#M34566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, ballardw and scmebu. &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt;&lt;STRONG&gt;Options errorabend; &lt;/STRONG&gt;worked so well that I never got around to trying -unbuflog. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;The frequency of the job hanging dropped sharply. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Remaining hangs were attributable not to SAS itself but to curl (called from the SAS job) waiting forever. Using curl option --max-time took care of that nicely. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I also moved to from SAS 9.3 to 9.4 and Windows Server 2003 to 2012 at the same time, though that didn't seem to make any difference itself.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 17:08:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-hangs-at-quot-ERROR-Undetermined-I-O-failure-quot-Can-I-get/m-p/181099#M34566</guid>
      <dc:creator>ajs_rdg</dc:creator>
      <dc:date>2014-11-13T17:08:02Z</dc:date>
    </item>
  </channel>
</rss>

