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

G'day!

 

We are transitioning to Windows 10 and I just got a computer built to adhere to regulations.

When I open SAS though I get the following message:

 

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.

WARNING: SASUSER.TEMPLAT is not a template store! It will be ignored.

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.

 

Any advice on how to address this issue?

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

Check the definition of location for the SASUSER library.

The typical location for Windows is something like : C:\Users\<userid>\Documents\My SAS Files\9.x (x would the SAS version).

If you have a different location then you may want to determine why.

Make sure that you have Read and WRITE permissions set to that location (operating system tools) for the USER logged on.

 

A second consideration is if you already have a SAS session running the second will also want to use the SASUSER.Profile and the first one has locked it and unavailable to the second. So the second session is forced to use the WORK library. If this occurs in a second session then 1) stop the session and 2) do not expect any session customizations to be kept such as window locations within the SAS main window.

View solution in original post

3 REPLIES 3
ballardw
Super User

Check the definition of location for the SASUSER library.

The typical location for Windows is something like : C:\Users\<userid>\Documents\My SAS Files\9.x (x would the SAS version).

If you have a different location then you may want to determine why.

Make sure that you have Read and WRITE permissions set to that location (operating system tools) for the USER logged on.

 

A second consideration is if you already have a SAS session running the second will also want to use the SASUSER.Profile and the first one has locked it and unavailable to the second. So the second session is forced to use the WORK library. If this occurs in a second session then 1) stop the session and 2) do not expect any session customizations to be kept such as window locations within the SAS main window.

jcis7
Pyrite | Level 9

Thanks!

jcis7
Pyrite | Level 9
For what your listed: Make sure that you have Read and WRITE permissions set to that location (operating system tools) for the USER logged on.

Do you mean these tools below?
Control Panel\System and Security\Administrative Tools

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 11313 views
  • 0 likes
  • 2 in conversation