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

Hi,

 

This one is driving me crazy. We have the SASUSER library path, to which we can find the configuration something like:

 

-SASUSER "/sas/sasdata/SASUSER/$SASUSER/"

 

in '/../WorkspaceServer/sasv9_usermods.cfg'.

 

But WHERE do we get the actual 'USER' setting '$SASUSER' above? I've exhausted the linux 'find' options on this one.

 

Help appreciated!

 

 

Thank you!

 

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

$SASUSER seems to be an environment variable, set somewhere in a script with

(example)

export SASUSER=sasuser.v94

Since this is part of a usermods.cfg file, it is a customized setting that was done at your site, so the one who set up your SAS system will know.

View solution in original post

4 REPLIES 4
RexDeus9
Quartz | Level 8
Hi,

Found it:
/../WorkspaceServer/WorkspaceServer_usermods.sh
export SASUSER=$(id -un)


Thank you anyways!:-)

Kurt_Bremser
Super User

$SASUSER seems to be an environment variable, set somewhere in a script with

(example)

export SASUSER=sasuser.v94

Since this is part of a usermods.cfg file, it is a customized setting that was done at your site, so the one who set up your SAS system will know.

RexDeus9
Quartz | Level 8
Hi Kurt,

You never skip a beat, don't you! Thank you!

Yvan

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Discussion stats
  • 4 replies
  • 1025 views
  • 4 likes
  • 2 in conversation