<?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 How to fix the error: I/O processing did not complete in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-fix-the-error-I-O-processing-did-not-complete/m-p/868368#M343028</link>
    <description>I run a program to create tables. But I got errors like this:&lt;BR /&gt;“Error: Expecting page 43290, got page -1 instead.&lt;BR /&gt;Error: Page validation error while reading libname.tablename.DATA.&lt;BR /&gt;Error: File libname.tablename.DATA is damaged. I/O processing did not complete.&lt;BR /&gt;Note: compressed is 43289 pages; “&lt;BR /&gt;&lt;BR /&gt;I used below code to repair the table:&lt;BR /&gt;Proc datasets lib=libname;&lt;BR /&gt;Repair tablename / encryptkey=secret;&lt;BR /&gt;Run;&lt;BR /&gt;Quit;&lt;BR /&gt;&lt;BR /&gt;No errors for Proc dataset step and it seems like worked. But that table still cannot be query.&lt;BR /&gt;&lt;BR /&gt;What code I should use to fix it? Please provide an example.&lt;BR /&gt;&lt;BR /&gt;Please help! You will be gratefully appreciated!&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Apr 2023 21:56:41 GMT</pubDate>
    <dc:creator>qc1</dc:creator>
    <dc:date>2023-04-05T21:56:41Z</dc:date>
    <item>
      <title>How to fix the error: I/O processing did not complete</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-fix-the-error-I-O-processing-did-not-complete/m-p/868368#M343028</link>
      <description>I run a program to create tables. But I got errors like this:&lt;BR /&gt;“Error: Expecting page 43290, got page -1 instead.&lt;BR /&gt;Error: Page validation error while reading libname.tablename.DATA.&lt;BR /&gt;Error: File libname.tablename.DATA is damaged. I/O processing did not complete.&lt;BR /&gt;Note: compressed is 43289 pages; “&lt;BR /&gt;&lt;BR /&gt;I used below code to repair the table:&lt;BR /&gt;Proc datasets lib=libname;&lt;BR /&gt;Repair tablename / encryptkey=secret;&lt;BR /&gt;Run;&lt;BR /&gt;Quit;&lt;BR /&gt;&lt;BR /&gt;No errors for Proc dataset step and it seems like worked. But that table still cannot be query.&lt;BR /&gt;&lt;BR /&gt;What code I should use to fix it? Please provide an example.&lt;BR /&gt;&lt;BR /&gt;Please help! You will be gratefully appreciated!&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Apr 2023 21:56:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-fix-the-error-I-O-processing-did-not-complete/m-p/868368#M343028</guid>
      <dc:creator>qc1</dc:creator>
      <dc:date>2023-04-05T21:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the error: I/O processing did not complete</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-fix-the-error-I-O-processing-did-not-complete/m-p/868375#M343029</link>
      <description>&lt;P&gt;This is usually an indication you have either run out of disk space or that there are hardware problems with your storage. What type of SAS installation are you running on. A PC, a remote SAS server, or on a cloud-based platform?&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 22:37:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-fix-the-error-I-O-processing-did-not-complete/m-p/868375#M343029</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-04-05T22:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the error: I/O processing did not complete</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-fix-the-error-I-O-processing-did-not-complete/m-p/868377#M343030</link>
      <description>I run it on a remote SAS server, using SASEG7.15</description>
      <pubDate>Wed, 05 Apr 2023 22:40:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-fix-the-error-I-O-processing-did-not-complete/m-p/868377#M343030</guid>
      <dc:creator>qc1</dc:creator>
      <dc:date>2023-04-05T22:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the error: I/O processing did not complete</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-fix-the-error-I-O-processing-did-not-complete/m-p/868379#M343032</link>
      <description>&lt;P&gt;In that case I suggest you talk to your SAS administrator or IT help desk about fixing this. If appropriate a restore from the last good backup might be the way to go.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 23:05:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-fix-the-error-I-O-processing-did-not-complete/m-p/868379#M343032</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-04-05T23:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the error: I/O processing did not complete</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-fix-the-error-I-O-processing-did-not-complete/m-p/868413#M343046</link>
      <description>&lt;P&gt;This usually happens when SAS ran out of disk space while creating the dataset. Rerun the process which created the dataset in the first place.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 05:31:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-fix-the-error-I-O-processing-did-not-complete/m-p/868413#M343046</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-04-06T05:31:56Z</dc:date>
    </item>
  </channel>
</rss>

