- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I noticed the below errors in Event Viewer (Windows server 2012), has anyone encountered this before. any suggestions or help would be appreciated.
SAS Error Event: host_nonpc_options_work: Environment Variable exists in the WORK option path. S:\SAS94\SAS_TEMP\!username
SAS Error Event: host_nonpc_options_work: Environment Variable exists in the WORK option path. S:\SAS94\SAS_TEMP\!usernametoexec.sas
SAS Error Event: host_nonpc_options_work: Environment Variable exists in the WORK option path. S:\SAS94\SAS_TEMP\!usernameOT\hpdmine\sasexe" "!SASROOT\hpets\sasexe" "!SASROOT\hps\sasexe" "!SASROOT\hpstat\sasexe" "!SASROOT\iml\sasexe" "!SASROOT\inttech\sasexe" "!SASROOT\lasreng\sasexe" "!SASROOT\or\sasexe"
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You can tell who owns a work folder by just looking at the creator of the folder. Why not just set -WORK "S:\SAS94\SAS_TEMP"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi.
Below is the folder assigned for SAS work.
-WORK "S:\SAS94\SAS_TEMP\!username"
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You can tell who owns a work folder by just looking at the creator of the folder. Why not just set -WORK "S:\SAS94\SAS_TEMP"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the response, I will set the work directory as you have suggested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Simon, Appreciate your help.
Followed your instruction and changed the work directory to -WORK "S:\SAS94\SAS_TEMP.
No errors were found in Event Viewer.