<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: redirecting 'sasuser' default path in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182241#M13945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so is it safe to modify sasv9.cfg file with -sasuser line command to redirect it's path? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Dec 2013 17:39:30 GMT</pubDate>
    <dc:creator>sas_9</dc:creator>
    <dc:date>2013-12-30T17:39:30Z</dc:date>
    <item>
      <title>redirecting 'sasuser' default path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182239#M13943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends - i want to redirect 'sasuser' path in sasv9.cfg file in windows environment (We are using SAS EG on server only) and i have 2 questions in mind if someone can suggest me something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) i have path as IN SASV9.CFG file like,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-SASUSER "?CSIDL_PERSONAL\MY SAS FILES\9.1"&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this path is directed to c:\ drive and wants to redirect it to d:\ drive. path would be "d:\sasprojects" - so should i replace it simply to,&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;-SASUSER "D:\sasprojects" &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;is there anywhere in config file (like &lt;STRONG&gt;-SET MYSASFILES "?CSIDL_PERSONAL\MY SAS FILES\9.1"&lt;/STRONG&gt;) i have to change path too or just at &lt;EM style="text-decoration: underline;"&gt;-SASUSER line&lt;/EM&gt; in sasv9.cfg? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2) If i have to make another path for different sas user - can i write another same SAS statement in config file with different path like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-SASUSER2 "d:\sasprojects_2" &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 17:48:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182239#M13943</guid>
      <dc:creator>sas_9</dc:creator>
      <dc:date>2013-12-26T17:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting 'sasuser' default path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182240#M13944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CSIDL convention should not be used anymore after Win-vista, according to Microsoft &lt;A class="active_link" href="http://msdn.microsoft.com/en-us/library/windows/desktop/bb762494(v=vs.85).aspx" title="http://msdn.microsoft.com/en-us/library/windows/desktop/bb762494(v=vs.85).aspx"&gt;CSIDL (Windows)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It should become knownfolder as of&amp;nbsp; &lt;A href="http://msdn.microsoft.com/en-us/library/windows/desktop/dd378457(v=vs.85).aspx" title="http://msdn.microsoft.com/en-us/library/windows/desktop/dd378457(v=vs.85).aspx"&gt;KNOWNFOLDERID (Windows)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if you run EG on a Windows Server it implies the processes are forked like user processes (batch login and more required)&lt;/P&gt;&lt;P&gt;Why wouldn't you run the user processes in the same way as on the desktop.&lt;/P&gt;&lt;P&gt;Windows is one of them most andvanced multi-user OS-systems at this moment.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 10:05:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182240#M13944</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-12-27T10:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting 'sasuser' default path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182241#M13945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so is it safe to modify sasv9.cfg file with -sasuser line command to redirect it's path? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 17:39:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182241#M13945</guid>
      <dc:creator>sas_9</dc:creator>
      <dc:date>2013-12-30T17:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting 'sasuser' default path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182242#M13946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 17:42:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182242#M13946</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2013-12-30T17:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting 'sasuser' default path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182243#M13947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;agreem but check the location for a similar name with a usermod convention. That one is the prefered one to do your updates .&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 18:58:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182243#M13947</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-12-30T18:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: redirecting 'sasuser' default path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182244#M13948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you Jaap and Tom! I will modify same...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 19:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/redirecting-sasuser-default-path/m-p/182244#M13948</guid>
      <dc:creator>sas_9</dc:creator>
      <dc:date>2013-12-30T19:29:13Z</dc:date>
    </item>
  </channel>
</rss>

