<?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: Alias name for a server in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/377743#M24571</link>
    <description>&lt;P&gt;The &lt;A href="https://en.wikipedia.org/wiki/Path_%28computing%29#Uniform_Naming_Convention" target="_blank"&gt;UNC&lt;/A&gt; can be used like any filename; the operating system resolves the path.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2017 13:05:01 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-07-20T13:05:01Z</dc:date>
    <item>
      <title>Alias name for a server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/375093#M24399</link>
      <description>&lt;P&gt;One of our servers has the letter O:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many of our SAS program are on the Server O as well as some datasets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some reasons I don't know the peoples from the informatics has rename the Server O as \\intra\office\..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to use an alias server name in order to continue to use the letter O: in our SAS programs and to make sure that this letter O: refer to the server on: \\intra\office\..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 19:05:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/375093#M24399</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-07-11T19:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alias name for a server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/375094#M24400</link>
      <description>&lt;P&gt;I would start by using the Windows tools to "Map network drive" to assign O: to that server if possible.&lt;/P&gt;
&lt;P&gt;But the steps will need to be done for each computer that wants to use the setting.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 19:11:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/375094#M24400</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-07-11T19:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alias name for a server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/375100#M24401</link>
      <description>&lt;P&gt;The UNC notation is the future. Switch to that in your programs.&lt;/P&gt;
&lt;P&gt;The drive letters are a leftover from the CPM roots of DOS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 19:27:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/375100#M24401</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-11T19:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alias name for a server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/375114#M24402</link>
      <description>&lt;P&gt;You are better off using the UNC approach&amp;nbsp;&lt;SPAN&gt;\\intra\office\ as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;has already recommended. Drive mappings like O: need to be maintained across all computers using it whereas a UNC once defined can be used by any user with the right permissions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 20:12:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/375114#M24402</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-07-11T20:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alias name for a server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/375154#M24406</link>
      <description>&lt;P&gt;In your example the server name in now &lt;STRONG&gt;INTRA&lt;/STRONG&gt;. You used to have a standard mapping of the drive letter &lt;STRONG&gt;O&lt;/STRONG&gt; to some disk drive and it appears that is no longer being done for you automatically. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can it would be better to change all of the old programs that used to use &lt;STRONG&gt;O:\somefile&lt;/STRONG&gt; to instead use&amp;nbsp;&lt;STRONG&gt;\\intra\office\somefile&lt;/STRONG&gt; so that they are no longer dependent on the drive letter mapping. &amp;nbsp;You could even change the programs to set a macro variable at the top and just reference that macro variable. &amp;nbsp;Then when they decide to move the office share to another server or even move it a sub-directory of some other share you just need to change the definition of the macro variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let topnode=\\intra\office ;
libname mylib = "&amp;amp;topnode/my_project/SAS_data" ;
data mylib.mydata ;
  infile "&amp;amp;topnode/my_project/RAW_data/mydata.csv" dsd ....&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Jul 2017 22:35:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/375154#M24406</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-11T22:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alias name for a server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/377723#M24570</link>
      <description>&lt;P&gt;Hello Kurt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have more information on UNC.&amp;nbsp; How do we use this approach in SAS?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 12:26:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/377723#M24570</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-07-20T12:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Alias name for a server</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/377743#M24571</link>
      <description>&lt;P&gt;The &lt;A href="https://en.wikipedia.org/wiki/Path_%28computing%29#Uniform_Naming_Convention" target="_blank"&gt;UNC&lt;/A&gt; can be used like any filename; the operating system resolves the path.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 13:05:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Alias-name-for-a-server/m-p/377743#M24571</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-20T13:05:01Z</dc:date>
    </item>
  </channel>
</rss>

