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

Hi All,

 

We have a SAS 9.4 server and multiple user connecting and working via SAS EG 7.1

The SAS work is redirected from the config file to a different drive on the server.

 

I just noticed that there are sas tables in the SASAapp folder inside config. After investigation I found the user creating this and I checked the code he was using in EG. He was only doing output in work. Now after reruning all the files are ok transmitted to the correct work folder.

 

Any idea why the work folder could have been redirected to SASApp and now back to normal ?

 

Thanks for your input 

1 ACCEPTED SOLUTION

Accepted Solutions
Patrick
Opal | Level 21

I don't have an answer for WORK but if you submit a SAS job in batch and you don't provide a path for -print and -log then all this output defaults to the location where SAS gets started from - and this is the App server folder. Not sure what would happen if you don't provide a path for work anywhere in the config files.

It is generally a good idea to deny users write access to the App server folder structure.

 

As for WORK: This should get pointed to a disk/drive as fast as possible.

View solution in original post

3 REPLIES 3
Patrick
Opal | Level 21

I don't have an answer for WORK but if you submit a SAS job in batch and you don't provide a path for -print and -log then all this output defaults to the location where SAS gets started from - and this is the App server folder. Not sure what would happen if you don't provide a path for work anywhere in the config files.

It is generally a good idea to deny users write access to the App server folder structure.

 

As for WORK: This should get pointed to a disk/drive as fast as possible.

Alin1984
Fluorite | Level 6
The point is that the folder is secured and that specific user can't write there (I've tested). My guess was that on a connection interruption (that sometimes happens) SAS dumped work area there. Don't know if this is possible. The issue can't be replicated even with the help of that user...

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
  • 753 views
  • 1 like
  • 3 in conversation