<?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: How to bring datsets into libraries folder from home drive in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761836#M241131</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the solution, so I copy the path from sas library. It worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 15:22:18 GMT</pubDate>
    <dc:creator>chinna0369</dc:creator>
    <dc:date>2021-08-16T15:22:18Z</dc:date>
    <item>
      <title>How to bring datsets into libraries folder from home drive</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761292#M240873</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see data in home drive in sas EG, how can I bring them into libraries folder such as into work library, any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anyalamadugu_0-1628802948205.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62533i8B47347263B4094D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anyalamadugu_0-1628802948205.png" alt="anyalamadugu_0-1628802948205.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adithya&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 21:16:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761292#M240873</guid>
      <dc:creator>chinna0369</dc:creator>
      <dc:date>2021-08-12T21:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to bring datsets into libraries folder from home drive</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761295#M240875</link>
      <description>&lt;P&gt;Right click that folder and find the path, then assign your library accordingly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is related to your prior question, then it's possible your IT team has mapped the drives, but it may not be H on the server. So if you find the correct path from the servers 'point of view' then your prior approach is correct, libname statement + code.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 21:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761295#M240875</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-12T21:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to bring datsets into libraries folder from home drive</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761296#M240876</link>
      <description>Yes, I did that and I am getting a Note saying that library does not exist.</description>
      <pubDate>Thu, 12 Aug 2021 21:20:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761296#M240876</guid>
      <dc:creator>chinna0369</dc:creator>
      <dc:date>2021-08-12T21:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to bring datsets into libraries folder from home drive</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761299#M240879</link>
      <description>&lt;P&gt;Is this Windows or UNIX?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could try this for Windows:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME Adi_Data	'\\adithya\ds1062\Aug2021\data';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or this for UNIX:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME Adi_Data	'./adithya/ds1062/Aug2021/data';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 21:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761299#M240879</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-12T21:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to bring datsets into libraries folder from home drive</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761302#M240881</link>
      <description>I'm genuinely curious as to how the solution Jim provided is different from what you had generated by following my instructions which you said didn't work. &lt;BR /&gt;Does EG not provide the path in the correct format? It would be useful to know that information.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2021 21:39:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761302#M240881</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-12T21:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to bring datsets into libraries folder from home drive</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761836#M241131</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the solution, so I copy the path from sas library. It worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 15:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-bring-datsets-into-libraries-folder-from-home-drive/m-p/761836#M241131</guid>
      <dc:creator>chinna0369</dc:creator>
      <dc:date>2021-08-16T15:22:18Z</dc:date>
    </item>
  </channel>
</rss>

