<?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 Different Libraries on different servers? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Different-Libraries-on-different-servers/m-p/42584#M5036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to work with two different libraries in the same code. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME mylocallib 'c:\locallib';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * My windows PC;&lt;/P&gt;&lt;P&gt;LIBNAME myremotelib '/var/remotelib';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * A Unix remote server;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those libraries are referring to physical paths on two different servers: local and remote.&lt;/P&gt;&lt;P&gt;My code seems not working: &lt;/P&gt;&lt;P&gt;if I select "Local" server to run it&amp;nbsp; (right click, "Select server") I'm getting an error every time I try to reference some dataset in myremotelib;&lt;/P&gt;&lt;P&gt;if I select a remote server to run it I'm getting an error every time I try to reference some dataset in mylocallib.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to work with different libraries on different servers in the same piece of code?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2011 07:28:07 GMT</pubDate>
    <dc:creator>pcavicch</dc:creator>
    <dc:date>2011-08-04T07:28:07Z</dc:date>
    <item>
      <title>Different Libraries on different servers?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Different-Libraries-on-different-servers/m-p/42584#M5036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to work with two different libraries in the same code. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME mylocallib 'c:\locallib';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * My windows PC;&lt;/P&gt;&lt;P&gt;LIBNAME myremotelib '/var/remotelib';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * A Unix remote server;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those libraries are referring to physical paths on two different servers: local and remote.&lt;/P&gt;&lt;P&gt;My code seems not working: &lt;/P&gt;&lt;P&gt;if I select "Local" server to run it&amp;nbsp; (right click, "Select server") I'm getting an error every time I try to reference some dataset in myremotelib;&lt;/P&gt;&lt;P&gt;if I select a remote server to run it I'm getting an error every time I try to reference some dataset in mylocallib.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to work with different libraries on different servers in the same piece of code?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 07:28:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Different-Libraries-on-different-servers/m-p/42584#M5036</guid>
      <dc:creator>pcavicch</dc:creator>
      <dc:date>2011-08-04T07:28:07Z</dc:date>
    </item>
    <item>
      <title>Different Libraries on different servers?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Different-Libraries-on-different-servers/m-p/42585#M5037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You have two possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first you can use the rsubmit and link this to your libname on the sas session.&lt;/P&gt;&lt;P&gt;other solution is to work with a share and create your libname fith the share name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 08:13:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Different-Libraries-on-different-servers/m-p/42585#M5037</guid>
      <dc:creator>mojerry2</dc:creator>
      <dc:date>2011-08-04T08:13:03Z</dc:date>
    </item>
    <item>
      <title>Different Libraries on different servers?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Different-Libraries-on-different-servers/m-p/42586#M5038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Jerry,&lt;/P&gt;&lt;P&gt;It seems to work in SAS BASE, but it doesn't work in Enterprise Guide: the same connection script (.scr) used in SS BASE doesn't work in EG.&lt;/P&gt;&lt;P&gt;The Log isn't able to help me.&lt;/P&gt;&lt;P&gt;Do I have to change something in any script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 12:46:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Different-Libraries-on-different-servers/m-p/42586#M5038</guid>
      <dc:creator>pcavicch</dc:creator>
      <dc:date>2011-08-04T12:46:55Z</dc:date>
    </item>
  </channel>
</rss>

