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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 2 replies
  • 647 views
  • 0 likes
  • 2 in conversation