BookmarkSubscribeRSS Feed
kathisas
Fluorite | Level 6

Hey

I am writing my doctor Thesis and I Need SAS for Statistics. 

I use SAS Studio with a Putty and it worked well since I can not log in anymore because of this error message:

"The launch of the server process failed because of an invalid or inaccessible SASUSER library."

 

please help me!!

 

2 REPLIES 2
Reeza
Super User

SAS Studio with a Putty

 

 

If you're logging in to a server, you're likely using SAS on your University Server and should contact them for IT support or to ensure that SAS is running correctly.

Damo
SAS Employee

Hi @kathisas

 

I agree with @Reeza (I would not dare not too Robot wink).

 

Then there is a chance that your IT may not know where to start.

The SASUSER definition is stored in the sasv9.cfg file.

If you don't know where to find that file, from your SAS session run the following code:

 

proc options option=jreoptions value;
run;

In the log, you'll get an information similar too:

    Scope: SAS Session
    How option value set: Config File
    Config file name:
            D:\Program Files\SASHome\SASFoundation\9.3\nls\en\sasv9.cfg

Moving on, that file will have the definition of the SASUSER library, for instance:

  -SASUSER "?CSIDL_PERSONAL\My SAS Files\9.3"

 

This is the path your IT has to check: does it exist, do you have access to it, etc. ?

If this is an option, you can change the path in order to use a different directory, like:

  -SASUSER "\dir1\dir2"

 

Hope that helps.

 

Cheers,

Damo

 

 

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!
SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 4555 views
  • 0 likes
  • 3 in conversation