<?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: &amp;quot;attempt to reference a page past end-of-file&amp;quot; Error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/283286#M57740</link>
    <description>&lt;P&gt;I had the same situation and it was linked with the fact that data file modified time&amp;nbsp;was different than index modified time...&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2016 12:26:00 GMT</pubDate>
    <dc:creator>SergeR</dc:creator>
    <dc:date>2016-07-11T12:26:00Z</dc:date>
    <item>
      <title>"attempt to reference a page past end-of-file" Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200139#M37409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the "attempt to reference a page past end-of-file" error when trying to read in a dataset using data step. Can anyone explain me as to what it is and how to overcome it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 16:56:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200139#M37409</guid>
      <dc:creator>Phaneendra</dc:creator>
      <dc:date>2015-04-20T16:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: "attempt to reference a page past end-of-file" Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200140#M37410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you have an instruction that is trying to read from a file after encountering the end. There are a number of causes but your code will make it easier to address the specific cause(s).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 18:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200140#M37410</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-20T18:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: "attempt to reference a page past end-of-file" Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200141#M37411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="260198" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;: Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is a simple data step and is in the following format:&lt;/P&gt;&lt;P&gt;data xyz1;&lt;/P&gt;&lt;P&gt;set xyz;&lt;/P&gt;&lt;P&gt;where abc = ABC and XXX in ('a','b','c');&lt;/P&gt;&lt;P&gt;lmn = INPUT(prq,YYMMDD10.);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*Defining a new variable*/&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two different data sets for two different years; and in the program there are two data steps of same kind(as above), reading information from the two different sets. The program is working fine till the initial year dataset but is giving the above error when reading dataset of later year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 18:57:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200141#M37411</guid>
      <dc:creator>Phaneendra</dc:creator>
      <dc:date>2015-04-20T18:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: "attempt to reference a page past end-of-file" Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200142#M37412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you simply run out of disk space?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 19:04:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200142#M37412</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2015-04-20T19:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: "attempt to reference a page past end-of-file" Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200143#M37413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="149594" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;: No, there is no dearth of disk space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 19:07:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200143#M37413</guid>
      <dc:creator>Phaneendra</dc:creator>
      <dc:date>2015-04-20T19:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: "attempt to reference a page past end-of-file" Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200144#M37414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at: &lt;A href="http://support.sas.com/kb/9/374.html" title="http://support.sas.com/kb/9/374.html"&gt;9374 - "Read-access violation" and "Referencing page on WORK._TFxxxx.ITEMSTOR"error messages appear&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could it be relevant to your situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 19:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/200144#M37414</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2015-04-20T19:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: "attempt to reference a page past end-of-file" Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/272937#M54335</link>
      <description>&lt;P&gt;Can anyone please guide me what to do for the following error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Attempt to reference a page past end-of-file&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am facing this error whenever I am referencing the dataset...Because of this all my analysis gets affected...Please help me to resolve as early as possible...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance...&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 04:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/272937#M54335</guid>
      <dc:creator>UrvishShah</dc:creator>
      <dc:date>2016-05-25T04:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: "attempt to reference a page past end-of-file" Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/283286#M57740</link>
      <description>&lt;P&gt;I had the same situation and it was linked with the fact that data file modified time&amp;nbsp;was different than index modified time...&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2016 12:26:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quot-attempt-to-reference-a-page-past-end-of-file-quot-Error/m-p/283286#M57740</guid>
      <dc:creator>SergeR</dc:creator>
      <dc:date>2016-07-11T12:26:00Z</dc:date>
    </item>
  </channel>
</rss>

