<?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: directory change in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2235#M152</link>
    <description>See this Q&amp;amp;A :&lt;BR /&gt;
&lt;A href="http://support.sas.com/faq/037/FAQ03721.html" target="_blank"&gt;http://support.sas.com/faq/037/FAQ03721.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
The most tricky part is to locate your config : it is usually stored in c:\program files\sas\sas 9.1\nls\ &lt;YOUR language="" code=""&gt; \sasv9.cfg&lt;/YOUR&gt;</description>
    <pubDate>Mon, 05 Feb 2007 14:04:07 GMT</pubDate>
    <dc:creator>Olivier</dc:creator>
    <dc:date>2007-02-05T14:04:07Z</dc:date>
    <item>
      <title>directory change</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2233#M150</link>
      <description>How do I change my default home directory in SAS windows environment?</description>
      <pubDate>Mon, 05 Feb 2007 06:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2233#M150</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-02-05T06:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: directory change</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2234#M151</link>
      <description>It is somewhat complex as you installed in your station. You can try the configure file but it always disabled the system.The best way is to reinstall it, in the process to change the default settings.</description>
      <pubDate>Mon, 05 Feb 2007 09:43:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2234#M151</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-02-05T09:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: directory change</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2235#M152</link>
      <description>See this Q&amp;amp;A :&lt;BR /&gt;
&lt;A href="http://support.sas.com/faq/037/FAQ03721.html" target="_blank"&gt;http://support.sas.com/faq/037/FAQ03721.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
The most tricky part is to locate your config : it is usually stored in c:\program files\sas\sas 9.1\nls\ &lt;YOUR language="" code=""&gt; \sasv9.cfg&lt;/YOUR&gt;</description>
      <pubDate>Mon, 05 Feb 2007 14:04:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2235#M152</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2007-02-05T14:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: directory change</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2236#M153</link>
      <description>Another thing you can do, if you want your output stored in different project folders, is to use the X command. Frequently, I switch between several different projects during the day. So I have an X command at the top of a program file to change the working directory. Then I either change it back at the end of the program, or, when I log off, the working directory will be the default the next time I log on.&lt;BR /&gt;
&lt;BR /&gt;
x 'cd c:\Project1\Output';&lt;BR /&gt;
&lt;BR /&gt;
Just a note: the X command does NOT work in an EG environment.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 05 Feb 2007 17:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2236#M153</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-02-05T17:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: directory change</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2237#M154</link>
      <description>Another thing you can do, depending upon your final goal is to use the SAS option -sasinitialfolder C:\xyz</description>
      <pubDate>Fri, 09 Feb 2007 20:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2237#M154</guid>
      <dc:creator>advoss</dc:creator>
      <dc:date>2007-02-09T20:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: directory change</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2238#M155</link>
      <description>&amp;gt; See this Q&amp;amp;A :&lt;BR /&gt;
&amp;gt; &lt;A href="http://support.sas.com/faq/037/FAQ03721.html" target="_blank"&gt;http://support.sas.com/faq/037/FAQ03721.html&lt;/A&gt;&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; The most tricky part is to locate your config : it is&lt;BR /&gt;
&amp;gt; usually stored in c:\program files\sas\sas 9.1\nls\&lt;BR /&gt;
&amp;gt; &lt;YOUR language="" code=""&gt; \sasv9.cfg&lt;BR /&gt;
&lt;BR /&gt;
If you really need to locate the config files used for your sas session, where you start sas modify a copy of the start-SAS icon/shortcut/command by adding   &lt;BR /&gt;
   -verbose&lt;BR /&gt;
&lt;BR /&gt;
Do this only if you _really_ need to know this information, because after reporting the config file(s) used, it adds pages and pages of information to the sas log.&lt;BR /&gt;
&lt;BR /&gt;
Peter&lt;/YOUR&gt;</description>
      <pubDate>Thu, 01 Mar 2007 14:20:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/directory-change/m-p/2238#M155</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-01T14:20:59Z</dc:date>
    </item>
  </channel>
</rss>

