<?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: Error when accessing table in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Error-when-accessing-table/m-p/492494#M6133</link>
    <description>&lt;P&gt;If you're running a server, you should probably contact SAS Tech Support to help you debug this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any chance&amp;nbsp;an update or backup process interrupted somehow damaging the tables?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/42853"&gt;@gnesshunkin&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Below is the code and error.&amp;nbsp; I've restarted the server but the error continues.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table is 1,969,163 records...only 800,353 are present when I run the code.&lt;/P&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;data blah;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;set sas.return;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;run;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR: Expecting page 6404, got page -1 instead.&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR: Page validation error while reading SAS.RETURN.DATA.&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR: File SAS.RETURN.DATA is damaged. I/O processing did not complete.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: The DATA step has been abnormally terminated.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: There were 800353 observations read from the data set SAS.RETURN.&lt;/DIV&gt;
&lt;DIV class="sasWarning"&gt;WARNING: The data set WORK.BLAH may be incomplete. When this step was stopped there were 800353 observations and 106 variables.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 0.59 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 0.57 seconds&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 21:57:13 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-09-04T21:57:13Z</dc:date>
    <item>
      <title>Error when accessing table</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-when-accessing-table/m-p/492487#M6129</link>
      <description>&lt;P&gt;Please help!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have several SAS tables that I'm unable to access.&amp;nbsp; I'm am receiving a message, "&lt;SPAN&gt;ERROR: Expecting page 6404, got page -1 instead. ERROR: Page validation error while reading...."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do I fix or work around?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 21:33:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-when-accessing-table/m-p/492487#M6129</guid>
      <dc:creator>gnesshunkin</dc:creator>
      <dc:date>2018-09-04T21:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing table</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-when-accessing-table/m-p/492488#M6130</link>
      <description>&lt;P&gt;This error usually occurs when the data set is damaged. Your best bet is to restore it from a known good backup or recreate it.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 21:39:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-when-accessing-table/m-p/492488#M6130</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2018-09-04T21:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing table</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-when-accessing-table/m-p/492489#M6131</link>
      <description>&lt;P&gt;Can you post an example with the code and log?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I sometimes get that message in SAS UE but it usually doesn't affect my data usage.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried restarting SAS and resetting your library connections to see what happens?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/42853"&gt;@gnesshunkin&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Please help!&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have several SAS tables that I'm unable to access.&amp;nbsp; I'm am receiving a message, "&lt;SPAN&gt;ERROR: Expecting page 6404, got page -1 instead. ERROR: Page validation error while reading...."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How do I fix or work around?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 21:40:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-when-accessing-table/m-p/492489#M6131</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-04T21:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing table</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-when-accessing-table/m-p/492492#M6132</link>
      <description>&lt;P&gt;Below is the code and error.&amp;nbsp; I've restarted the server but the error continues.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The table is 1,969,163 records...only 800,353 are present when I run the code.&lt;/P&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;data blah;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;set sas.return;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Expecting page 6404, got page -1 instead.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Page validation error while reading SAS.RETURN.DATA.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: File SAS.RETURN.DATA is damaged. I/O processing did not complete.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The DATA step has been abnormally terminated.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: There were 800353 observations read from the data set SAS.RETURN.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: The data set WORK.BLAH may be incomplete. When this step was stopped there were 800353 observations and 106 variables.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.59 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.57 seconds&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 21:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-when-accessing-table/m-p/492492#M6132</guid>
      <dc:creator>gnesshunkin</dc:creator>
      <dc:date>2018-09-04T21:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing table</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-when-accessing-table/m-p/492494#M6133</link>
      <description>&lt;P&gt;If you're running a server, you should probably contact SAS Tech Support to help you debug this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any chance&amp;nbsp;an update or backup process interrupted somehow damaging the tables?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/42853"&gt;@gnesshunkin&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Below is the code and error.&amp;nbsp; I've restarted the server but the error continues.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table is 1,969,163 records...only 800,353 are present when I run the code.&lt;/P&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;data blah;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;set sas.return;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;run;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR: Expecting page 6404, got page -1 instead.&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR: Page validation error while reading SAS.RETURN.DATA.&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR: File SAS.RETURN.DATA is damaged. I/O processing did not complete.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: The DATA step has been abnormally terminated.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: There were 800353 observations read from the data set SAS.RETURN.&lt;/DIV&gt;
&lt;DIV class="sasWarning"&gt;WARNING: The data set WORK.BLAH may be incomplete. When this step was stopped there were 800353 observations and 106 variables.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 0.59 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 0.57 seconds&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 21:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-when-accessing-table/m-p/492494#M6133</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-04T21:57:13Z</dc:date>
    </item>
  </channel>
</rss>

