BookmarkSubscribeRSS Feed
santhosh
Fluorite | Level 6

Getting sas error Kindly check

NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.

NOTE: All profile changes will be lost at the end of the session.

ERROR: Expecting page 1, got page -1 instead.

ERROR: Page validation error while reading SASUSER.PROFILE.CATALOG.

3 REPLIES 3
Kurt_Bremser
Super User

Go to your home directory, search for the sasuser.vxx directory; in this directory delete the profile.sas7bcat file, it is most certainly damaged.

SASKiwi
PROC Star

Your SASUSER.PROFILE catalog is corrupted. You can simply delete it as SAS will re-create it automatically.

ylwang
Calcite | Level 5

The error reported in the SAS log:

Indicates the SASUSER profile files cannot be correctly read by SAS. The profile files are created or read by SAS every time the application is launched. Please do the following to delete the existing files so that SAS can recreate them on next startup:

1. Launch SAS and submit the following code:
proc options option = sasuser; run;
2. The output in the log will show you the location of the SASUSER profile on your machine, for example, the default location is as follows (where <UID> is your Windows user ID):
SASUSER=C:\Users\<UID>\Documents\My SAS Files\9.4
3. Navigate to the SASUSER path in a File Explorer window and delete the following files:
profbak.sas7bcat
profile.sas7bcat
profile2.sas7bcat
4. Close any open SAS sessions and launch a new session.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1903 views
  • 1 like
  • 4 in conversation