Hi I am getting error message while importing excel file into SAS.
Please find the error type as follows:
Error: connect: not registered,
Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.
Please find the error type as follows:
Error: connect: not registered,
Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.
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
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!
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.
Ready to level-up your skills? Choose your own adventure.