BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Fakhrul
Calcite | Level 5

Hi I am getting error message while importing excel file into SAS.

1 ACCEPTED SOLUTION

Accepted Solutions
Fakhrul
Calcite | Level 5

Please find the error type as follows:

Error: connect: not registered,

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

View solution in original post

2 REPLIES 2
Fakhrul
Calcite | Level 5

Please find the error type as follows:

Error: connect: not registered,

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

RichardinOz
Quartz | Level 8

There are 2 separate issues in the error report.

The first seems to imply that you are trying to remote submit your code, which would be odd.  Please show the full log if you want further help on this one.

The second message is a warning that your current SAS session is not using your profile in the SASUSER library.  This usually surfaces when you have more than one SAS session and the SASUSER library is locked.  SAS creates a default PROFILE in your work library instead.  Typically any settings changes you make to the advanced editor are not available in other sessions.  You can avoid this issue by using the -rsasuser system option at startup (it makes SASUSER read only) but this prevents you from making changes to your profile or any other data in SASUSER.

Richard in Oz

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 1031 views
  • 0 likes
  • 2 in conversation