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

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 2 replies
  • 625 views
  • 0 likes
  • 2 in conversation