<?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 error message in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/error-message/m-p/248883#M6613</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;sas 9.4 was just installed and I am getting this error message after I ran a small program. Could anyone help me understand (please see below)what that means? Thanks in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Expecting page 1, got page -1 instead.&lt;/P&gt;
&lt;P&gt;ERROR: Page validation error while reading SASUSER.PROFILE.CATALOG.&lt;/P&gt;
&lt;P&gt;ERROR: Expecting page 1, got page -1 instead.&lt;/P&gt;
&lt;P&gt;ERROR: Page validation error while reading SASUSER.PROFILE.CATALOG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2016 15:43:05 GMT</pubDate>
    <dc:creator>dr2014</dc:creator>
    <dc:date>2016-02-09T15:43:05Z</dc:date>
    <item>
      <title>error message</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/error-message/m-p/248883#M6613</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;sas 9.4 was just installed and I am getting this error message after I ran a small program. Could anyone help me understand (please see below)what that means? Thanks in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Expecting page 1, got page -1 instead.&lt;/P&gt;
&lt;P&gt;ERROR: Page validation error while reading SASUSER.PROFILE.CATALOG.&lt;/P&gt;
&lt;P&gt;ERROR: Expecting page 1, got page -1 instead.&lt;/P&gt;
&lt;P&gt;ERROR: Page validation error while reading SASUSER.PROFILE.CATALOG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 15:43:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/error-message/m-p/248883#M6613</guid>
      <dc:creator>dr2014</dc:creator>
      <dc:date>2016-02-09T15:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: error message</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/error-message/m-p/248893#M6614</link>
      <description>&lt;P&gt;It usually helps to post program code along with the errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However you can get messages about SASUSER.Profile if there are two sessions of SAS trying to run at the sametime. Try shutting down SAS and restarting. Look in the log for any messages about the SASUSER.Profile.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 15:54:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/error-message/m-p/248893#M6614</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-02-09T15:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: error message</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/error-message/m-p/248933#M6620</link>
      <description>&lt;P&gt;This is the error message and notes&amp;nbsp;I get when I first restart sas and also when I first opened it:&lt;/P&gt;
&lt;P&gt;ERROR: Expecting page 1, got page -1 instead.&lt;/P&gt;
&lt;P&gt;ERROR: Page validation error while reading SASUSER.PROFILE.CATALOG.&lt;/P&gt;
&lt;P&gt;NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.&lt;/P&gt;
&lt;P&gt;NOTE: All profile changes will be lost at the end of the session.&lt;/P&gt;
&lt;P&gt;NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.&lt;/P&gt;
&lt;P&gt;NOTE: All profile changes will be lost at the end of the session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;And this was the sas program I tried:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;libaname a 'path';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;data test;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;&amp;nbsp;set a.datasetname;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;if test='xx';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;run;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;I did get the right dataset 'test'.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:38:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/error-message/m-p/248933#M6620</guid>
      <dc:creator>dr2014</dc:creator>
      <dc:date>2016-02-09T16:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: error message</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/error-message/m-p/249020#M6627</link>
      <description>&lt;P&gt;Try just deleting the catalog file in Windows Explorer, then restart SAS. You can find out the folder where SASUSER is pointing by checking the properties of SASUSER in the SAS Explorer.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 18:45:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/error-message/m-p/249020#M6627</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-02-09T18:45:36Z</dc:date>
    </item>
  </channel>
</rss>

