BookmarkSubscribeRSS Feed
abcd123
Fluorite | Level 6

Dear All

I am trying to open multiple SAS session at the same time; however I got following message each time when an additional SAS session is open:

WARNING: Unable to copy SASUSER registry to WORK registry. Because of this,

WARNING: you will not see registry customizations during this session.

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.

NOTE: This SAS session is using a registry in WORK.  All changes will be lost at the end of this

NOTE: session.

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

In addition, the 'Getting Stated with SAS' dialog box also opens with each additional instance of SAS.

I am trying to avoid the above warning message. I googled and found the following suggestion:

Multiple SAS PC SAS Sessions on a Single Laptop? - comp.soft-sys.sas,

which suggests add -rsasuser in SAS shortcut. I tried this method, but it does not seem to work.

Can anyone suggest how to avoid those warning message?

4 REPLIES 4
LinusH
Tourmaline | Level 20

Should work, given that all SAS sessions on the same PC have been started using this option.

Data never sleeps
abcd123
Fluorite | Level 6

Thanks.

Just to make sure I did it right, here is the SAS shortcut BEFORE I changed it:

"C:\Program Files\SASHome\SASFoundation\9.3\sas.exe" -CONFIG "C:\Program Files\SASHome\SASFoundation\9.3\nls\en\sasv9.cfg" -autoexec "C:\users\lli\autoexec.sas"

And here is the SAS shortcut AFTER I changed it:

"C:\Program Files\SASHome\SASFoundation\9.3\sas.exe" -CONFIG "C:\Program Files\SASHome\SASFoundation\9.3\nls\en\sasv9.cfg" -rsasuser -autoexec "C:\users\lli\autoexec.sas"

Did I do it right?

Tom
Super User Tom
Super User

Make sure to close all sessions that were started before the change.  The one session with readwrite access should be what it is preventing it from copying your profile to work.

You can check the current setting by using proc options of GETOPTION() function.

abcd123
Fluorite | Level 6

Thank you all for help.

I rebooted the computer and now it works!

Thanks again!

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 4 replies
  • 4186 views
  • 8 likes
  • 3 in conversation