<?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: Page validation error while reading sas dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837667#M331229</link>
    <description>&lt;P&gt;All that the REPAIR can do is to adapt the header information to the actual filesize, but it can not make missing dataset pages reappear out of the blue.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2022 14:15:56 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-10-10T14:15:56Z</dc:date>
    <item>
      <title>Page validation error while reading sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837582#M331185</link>
      <description>&lt;P&gt;A critical sas dataset got damaged sometime this week. Process has been running for years without issues. I don't have backup of this dataset. Any idea how this can be fixed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;sas version used is&amp;nbsp;SAS (r) Proprietary Software 9.4 (TS1M2)&lt;/P&gt;&lt;P&gt;Dataset resides in NetApp NFS file system. Any help will be highly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Expecting page 4913, got page -1 instead.&lt;BR /&gt;ERROR: Page validation error while reading *.*.DATA.&lt;BR /&gt;ERROR: File *.*.DATA is damaged. I/O processing did not complete.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 21:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837582#M331185</guid>
      <dc:creator>nshukla11</dc:creator>
      <dc:date>2022-10-09T21:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Page validation error while reading sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837588#M331191</link>
      <description>&lt;P&gt;Take a binary copy of the damaged dataset, verify that you've got sufficient free disk space in the place where you want to repair your SAS file, then follow&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lepg/p0nefludr86j8rn1fei103bhtg50.htm" target="_self"&gt;Repairing Damage to SAS Data Sets and Catalogs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;From what you describe I'd try Proc Datasets/Repair ...but not convinced that it will help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even though you haven't taken a backup it might still be worth to contact your SAS admin or IT department. There are hopefully backup and recovery processes in place for the whole filesystem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 01:36:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837588#M331191</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-10-10T01:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Page validation error while reading sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837603#M331200</link>
      <description>&lt;P&gt;You have a &lt;STRONG&gt;CRITICAL&lt;/STRONG&gt; dataset kept &lt;STRONG&gt;FOR YEARS WITHOUT A BACKUP&lt;/STRONG&gt;???&lt;/P&gt;
&lt;P&gt;What kind of asylum is this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, even if you manage to repair the dataset so it becomes usable again, DO NOT USE IT, as information has been lost already. You need to recreate it from scratch by repeating its evolution from the start.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 05:40:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837603#M331200</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-10-10T05:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Page validation error while reading sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837650#M331221</link>
      <description>Thanks for the inputs. I tried repair before reaching out to community but no luck. And yes, exploring options to recover from filesystem backups.</description>
      <pubDate>Mon, 10 Oct 2022 12:14:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837650#M331221</guid>
      <dc:creator>nshukla11</dc:creator>
      <dc:date>2022-10-10T12:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Page validation error while reading sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837651#M331222</link>
      <description>Thanks for your inputs, we are trying to recover the dataset from backed up filesystem. We do not specifically back up sas dataset but we might be able to find old version in filesystem backups, which we are exploring.&lt;BR /&gt;When you say - "DO NOT USE IT, as information has been lost already" - so you mean we can never be sure of getting entire data back ? Any idea what might be the root cause of this ?&lt;BR /&gt;fyi - I am able to read some not all the records (total =38786605(proc content works) and I can read 4460053 before it fails with error)</description>
      <pubDate>Mon, 10 Oct 2022 12:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837651#M331222</guid>
      <dc:creator>nshukla11</dc:creator>
      <dc:date>2022-10-10T12:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Page validation error while reading sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837667#M331229</link>
      <description>&lt;P&gt;All that the REPAIR can do is to adapt the header information to the actual filesize, but it can not make missing dataset pages reappear out of the blue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 14:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/837667#M331229</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-10-10T14:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Page validation error while reading sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/838427#M331501</link>
      <description>Ultimately, restoring the dataset using filesystem backups was the solution. Nothing else worked. Thanks all for valuable inputs.</description>
      <pubDate>Thu, 13 Oct 2022 15:44:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Page-validation-error-while-reading-sas-dataset/m-p/838427#M331501</guid>
      <dc:creator>nshukla11</dc:creator>
      <dc:date>2022-10-13T15:44:22Z</dc:date>
    </item>
  </channel>
</rss>

