<?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: Creating local SAS library in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36310#M4535</link>
    <description>Can you get to it from another PC via the browser?  If so, then you'll likely need your IT group to help you connect to the server.</description>
    <pubDate>Mon, 25 May 2009 17:00:29 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-05-25T17:00:29Z</dc:date>
    <item>
      <title>Creating local SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36307#M4532</link>
      <description>Hi , &lt;BR /&gt;
I am using SAS EG and running code on remote sas server.&lt;BR /&gt;
I don't have sas localy installed.&lt;BR /&gt;
when ever i use libname statement, it takes paths on from server.&lt;BR /&gt;
If i want to create a local library (On my client m/c) how can i make it?&lt;BR /&gt;
i have tried &lt;BR /&gt;
&lt;BR /&gt;
libname testlib "\\Mypc\shared_folder";&lt;BR /&gt;
&lt;BR /&gt;
but this did not worked.&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions ?&lt;BR /&gt;
&lt;BR /&gt;
Thank you &lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Avi</description>
      <pubDate>Mon, 25 May 2009 11:47:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36307#M4532</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-25T11:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating local SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36308#M4533</link>
      <description>Avi,&lt;BR /&gt;
&lt;BR /&gt;
What kind of server?  I think that, for you to use a local directory as a library, the SAS server has to be able to connect back to your PC as a network share.&lt;BR /&gt;
&lt;BR /&gt;
If your SAS server is a Windows box, this may work for an XP EG client:&lt;BR /&gt;
Go to "my computer"&lt;BR /&gt;
Select the drive you want to share&lt;BR /&gt;
Select file --&amp;gt; sharing and security&lt;BR /&gt;
Share the drive with the network.&lt;BR /&gt;
&lt;BR /&gt;
The share name would be \\&lt;COMPUTER_NAME&gt;&lt;DRIVE_LETTER&gt;$\&lt;LOCAL_FOLDER_NAME&gt;&lt;BR /&gt;
&lt;BR /&gt;
This functionality is often turned off by IT support groups, so you may need them to help you.  There should be equivalent functionality for Windows host/Vista client.  I'm not sure  how to go about it with other SAS server hosts.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke&lt;/LOCAL_FOLDER_NAME&gt;&lt;/DRIVE_LETTER&gt;&lt;/COMPUTER_NAME&gt;</description>
      <pubDate>Mon, 25 May 2009 13:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36308#M4533</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-05-25T13:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating local SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36309#M4534</link>
      <description>Hi doc,&lt;BR /&gt;
&lt;BR /&gt;
I tried your suggestion.&lt;BR /&gt;
&lt;BR /&gt;
I am able to access "\\WNTPC06\C$\AVI\LIB" through browser.&lt;BR /&gt;
&lt;BR /&gt;
this is the log for my code.&lt;BR /&gt;
&lt;BR /&gt;
10         &lt;BR /&gt;
11         %gaccessible;&lt;BR /&gt;
12         libname templib "\\WNTPC06\C$\AVI\LIB";&lt;BR /&gt;
NOTE: Library TEMPLIB does not exist.&lt;BR /&gt;
13         data templib.abc;&lt;BR /&gt;
14         set sashelp.flags;&lt;BR /&gt;
15         run;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: An I/O error has occurred on file TEMPLIB.ABC.DATA.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
&lt;BR /&gt;
16 &lt;BR /&gt;
&lt;BR /&gt;
is there some other way?&lt;BR /&gt;
My server is SAS  win 2003 sever and i have XP box.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Avi</description>
      <pubDate>Mon, 25 May 2009 14:19:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36309#M4534</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-25T14:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating local SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36310#M4535</link>
      <description>Can you get to it from another PC via the browser?  If so, then you'll likely need your IT group to help you connect to the server.</description>
      <pubDate>Mon, 25 May 2009 17:00:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36310#M4535</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-05-25T17:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating local SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36311#M4536</link>
      <description>On the remote server, are you connecting as you, using your Windows account?  Or is it using a machine-level account (like sasdemo)?  To access the resource from your remote SAS session, the process must be running as a user that has authority to get to that path.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Tue, 26 May 2009 16:54:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36311#M4536</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2009-05-26T16:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating local SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36312#M4537</link>
      <description>I don't know , whats the username sas server is running.&lt;BR /&gt;
&lt;BR /&gt;
how can i make SAS EG to prompt for username and password for server before submiting code to sas server?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;
Avi</description>
      <pubDate>Wed, 27 May 2009 15:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36312#M4537</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-27T15:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating local SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36313#M4538</link>
      <description>If you are using EG 4.1, you can look at the section on managing servers on page 37 of the admin guide.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/onlinedoc/guide/admin4.pdf" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/guide/admin4.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Thu, 28 May 2009 12:10:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36313#M4538</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2009-05-28T12:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating local SAS library</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36314#M4539</link>
      <description>Thanks chris &amp;amp; doc</description>
      <pubDate>Fri, 29 May 2009 06:50:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Creating-local-SAS-library/m-p/36314#M4539</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-29T06:50:23Z</dc:date>
    </item>
  </channel>
</rss>

