BookmarkSubscribeRSS Feed
KaiBasch
Calcite | Level 5

Hi,

 

I'm running a Proc Export and getting an error. The output file is being generated but I need to suppress the ERROR in the log.

 

PROC EXPORT DATA=Lib.Data DBMS=CSV

outfile="OutFile.csv" replace ;

RUN;

The code returns th following the error: 

 

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

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

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.

 

Thanks in advance.

 

1 REPLY 1
Kurt_Bremser
Super User

The profile.sas7bcat in your SASUSER directory is damaged. Determine the physical path of your SASUSER, terminate all your SAS sessions, and remove the file from there, using operating system tools.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1673 views
  • 0 likes
  • 2 in conversation