<?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: Expecting page 8560, got page -1 instead... in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Expecting-page-8560-got-page-1-instead/m-p/81346#M17517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt; That's probably a question for Tech Support. This note&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/7/816.html" title="http://support.sas.com/kb/7/816.html"&gt;http://support.sas.com/kb/7/816.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;has 3 other references to more notes about this same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Oct 2012 03:35:12 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2012-10-02T03:35:12Z</dc:date>
    <item>
      <title>ERROR: Expecting page 8560, got page -1 instead...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Expecting-page-8560-got-page-1-instead/m-p/81343#M17514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a SAS data set read in from an original .BCP data file. It has over 400,000 observations. When I tried to do something with this data, such as Proc Means or Proc Sort, etc..., I received the following error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: Expecting page 8560, got page -1 instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: Page validation error while reading Y1999.TRADES199901.DATA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: File Y1999.TRADES199901.DATA is damaged. I/O processing did not complete.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;NOTE: The DATA step has been abnormally terminated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;NOTE: There were 162607 observations read from the data set Y1999.TRADES199901.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Googled for the solution, and found one but that is not really helpful, as I don't really understand what it means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 09:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Expecting-page-8560-got-page-1-instead/m-p/81343#M17514</guid>
      <dc:creator>smilingmelbourne</dc:creator>
      <dc:date>2012-10-01T09:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Expecting page 8560, got page -1 instead...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Expecting-page-8560-got-page-1-instead/m-p/81344#M17515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the file is being reported as damaged it might be worth trying to repair it as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;proc datasets lib=y1999;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; repair trades199901;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 09:43:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Expecting-page-8560-got-page-1-instead/m-p/81344#M17515</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2012-10-01T09:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Expecting page 8560, got page -1 instead...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Expecting-page-8560-got-page-1-instead/m-p/81345#M17516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply. I couldn't repair the file using your code, but I found your repair statement very useful. I've never known that before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have re-imported that data set using Proc Dataset rather than the usual copy and paste, and it works. So it leads me to wonder if we should always avoid the usual copy and paste as people often do when copying files among folders, especially with large data sets. We should always use Proc Datasets???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 02:05:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Expecting-page-8560-got-page-1-instead/m-p/81345#M17516</guid>
      <dc:creator>smilingmelbourne</dc:creator>
      <dc:date>2012-10-02T02:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Expecting page 8560, got page -1 instead...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Expecting-page-8560-got-page-1-instead/m-p/81346#M17517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt; That's probably a question for Tech Support. This note&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/7/816.html" title="http://support.sas.com/kb/7/816.html"&gt;http://support.sas.com/kb/7/816.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;has 3 other references to more notes about this same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 03:35:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Expecting-page-8560-got-page-1-instead/m-p/81346#M17517</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-10-02T03:35:12Z</dc:date>
    </item>
  </channel>
</rss>

