<?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: Assign Network drivers as libname in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Assign-Network-drivers-as-libname/m-p/554132#M154135</link>
    <description>&lt;P&gt;Does &lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-change-the-default-Selected-Server/td-p/495798" target="_self"&gt;this&lt;/A&gt; help?&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2019 02:32:37 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2019-04-26T02:32:37Z</dc:date>
    <item>
      <title>Assign Network drivers as libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Assign-Network-drivers-as-libname/m-p/553006#M153749</link>
      <description>&lt;P&gt;Hi Everyone!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to assign a network driver (I: ) as a libname sas.&lt;/P&gt;&lt;P&gt;So&amp;nbsp;I mapped a new network driver on server SAS with&amp;nbsp;user and pass required but&amp;nbsp;different user and pass from my user sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname out '\\f-imouthes\shared\CLIENTES\CLIENTES\CRM_II\';&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm receiving the follow error message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;ERROR: User does not have appropriate authorization level for library OUT.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My doubt is: This error happens cause my user sas is different from user of network driver or something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to correct way to put authentication data in libname statement, cause when i try i received an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;ERROR 22-7: Invalid option name USER.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 19:14:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Assign-Network-drivers-as-libname/m-p/553006#M153749</guid>
      <dc:creator>prislo</dc:creator>
      <dc:date>2019-04-22T19:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Network drivers as libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Assign-Network-drivers-as-libname/m-p/553080#M153769</link>
      <description>&lt;P&gt;1. You probably mean network drive, not driver.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. As far as I know, the only way to authenticate when using a UNC share (what you call network drive) is by &lt;A href="https://superuser.com/questions/727944/accessing-a-windows-share-with-a-different-username" target="_self"&gt;using the &lt;FONT face="courier new,courier"&gt;net use&lt;/FONT&gt; command&lt;/A&gt;. Please try that to ascertain your UNC credentials.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see the credentials used by the SAS session by running the statement&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;%put &amp;amp;=sysuserid;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 22:17:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Assign-Network-drivers-as-libname/m-p/553080#M153769</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-04-22T22:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Network drivers as libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Assign-Network-drivers-as-libname/m-p/553960#M154086</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="login-bold"&gt;ChrisNZ!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thanks for your answer!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I did some research on what you said but i got it in another way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I select the Local Sas Server to execute my sas code&amp;nbsp;&lt;/SPAN&gt;that way it was possible to use the folders I wanted!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem to do this is that when i schedule my sas code, the default server doesn't is the Local Sas Server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know any way to choose the server during execution of my code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 13:46:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Assign-Network-drivers-as-libname/m-p/553960#M154086</guid>
      <dc:creator>prislo</dc:creator>
      <dc:date>2019-04-25T13:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Assign Network drivers as libname</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Assign-Network-drivers-as-libname/m-p/554132#M154135</link>
      <description>&lt;P&gt;Does &lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-change-the-default-Selected-Server/td-p/495798" target="_self"&gt;this&lt;/A&gt; help?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 02:32:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Assign-Network-drivers-as-libname/m-p/554132#M154135</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-04-26T02:32:37Z</dc:date>
    </item>
  </channel>
</rss>

