<?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: Accessing Local Folders/Datasets using Enterprise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Accessing-Local-Folders-Datasets-using-Enterprise-Guide/m-p/16323#M3058</link>
    <description>If you don't have SAS installed on your local PC, you can still access your local SAS data sets -- and you can move your remote SAS data sets to your local PC.  You can accomplish this with the Upload Data/Download Data tasks, which you can download for Enterprise Guide 4.1 from:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.sas.com/apps/demosdownloads/setupcat.jsp?cat=SAS+Enterprise+Guide" target="_blank"&gt;http://www.sas.com/apps/demosdownloads/setupcat.jsp?cat=SAS+Enterprise+Guide&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
    <pubDate>Thu, 15 May 2008 12:36:53 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2008-05-15T12:36:53Z</dc:date>
    <item>
      <title>Accessing Local Folders/Datasets using Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Accessing-Local-Folders-Datasets-using-Enterprise-Guide/m-p/16320#M3055</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
How do I create/access a local library in EG client. How should the path be structured in the libname statement? &lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help.</description>
      <pubDate>Wed, 07 May 2008 22:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Accessing-Local-Folders-Datasets-using-Enterprise-Guide/m-p/16320#M3055</guid>
      <dc:creator>Sreevi</dc:creator>
      <dc:date>2008-05-07T22:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Local Folders/Datasets using Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Accessing-Local-Folders-Datasets-using-Enterprise-Guide/m-p/16321#M3056</link>
      <description>In Windows, you could treat your local pc as a network location.  Of course this assumes that the shares are set up properly.&lt;BR /&gt;
&lt;BR /&gt;
In a code window:&lt;BR /&gt;
libname mylib '\\ipaddress of my local computer\sharename\';&lt;BR /&gt;
&lt;BR /&gt;
To get the ip address, &lt;BR /&gt;
-1) go to run&lt;BR /&gt;
-2) type cmd&lt;BR /&gt;
-3) type ipconfig&lt;BR /&gt;
&lt;BR /&gt;
The share for your local drive is usually c$.  But it could be different at your site.&lt;BR /&gt;
&lt;BR /&gt;
WARNING! The server where SAS is installed may not have access/privilleges to your pc, so you may need to get your system admin folks to set up a share on your pc.  You should set up a folder on your local machine just for SAS files and have the network admins share that out to you and the SAS server.&lt;BR /&gt;
&lt;BR /&gt;
Good luck&lt;BR /&gt;
-Darryl</description>
      <pubDate>Thu, 08 May 2008 12:30:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Accessing-Local-Folders-Datasets-using-Enterprise-Guide/m-p/16321#M3056</guid>
      <dc:creator>darrylovia</dc:creator>
      <dc:date>2008-05-08T12:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Local Folders/Datasets using Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Accessing-Local-Folders-Datasets-using-Enterprise-Guide/m-p/16322#M3057</link>
      <description>Generally, within EG, you don't use a libary statement directly.&lt;BR /&gt;
&lt;BR /&gt;
1) use "Assign library..."&lt;BR /&gt;
or&lt;BR /&gt;
2) use the "SAS Enterprise Guide Explorer"&lt;BR /&gt;
both off of the "Tools" menu&lt;BR /&gt;
or&lt;BR /&gt;
3) define the libary in your SAS MetaData Server.&lt;BR /&gt;
&lt;BR /&gt;
All three cases require that "Local" to have been defined as a logical SAS workspace server first, accessing (or defined to) "localhost"&lt;BR /&gt;
&lt;BR /&gt;
I generally don't recommend using system root as the base directory for the "files" specification/option when creating the server.&lt;BR /&gt;
&lt;BR /&gt;
When you create the libary, there will be an opportunity to simply browse to the location (folder or directory) on the server.&lt;BR /&gt;
&lt;BR /&gt;
I hope this helps.</description>
      <pubDate>Thu, 08 May 2008 12:41:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Accessing-Local-Folders-Datasets-using-Enterprise-Guide/m-p/16322#M3057</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-08T12:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Local Folders/Datasets using Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Accessing-Local-Folders-Datasets-using-Enterprise-Guide/m-p/16323#M3058</link>
      <description>If you don't have SAS installed on your local PC, you can still access your local SAS data sets -- and you can move your remote SAS data sets to your local PC.  You can accomplish this with the Upload Data/Download Data tasks, which you can download for Enterprise Guide 4.1 from:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.sas.com/apps/demosdownloads/setupcat.jsp?cat=SAS+Enterprise+Guide" target="_blank"&gt;http://www.sas.com/apps/demosdownloads/setupcat.jsp?cat=SAS+Enterprise+Guide&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Thu, 15 May 2008 12:36:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Accessing-Local-Folders-Datasets-using-Enterprise-Guide/m-p/16323#M3058</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2008-05-15T12:36:53Z</dc:date>
    </item>
  </channel>
</rss>

