<?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 assign library from other server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-library-from-other-server/m-p/782387#M249399</link>
    <description>&lt;P&gt;Most likely the path/folder /department/sasdata/Lev1/ETL/ODS/CARS is defined on server SASAppExample1 but not on&amp;nbsp;SASAppExample2. You will need to talk to your SAS administrator about getting a folder share set up so that path is available on the second server. This is an OS configuration and nothing to do with SAS.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Nov 2021 00:30:51 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-11-25T00:30:51Z</dc:date>
    <item>
      <title>How to assign library from other server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-library-from-other-server/m-p/782385#M249398</link>
      <description>&lt;P&gt;Hello powerusers,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have our main server and the business users have another one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our server: SASAppExample1&lt;/P&gt;
&lt;P&gt;Business server: SASAppExample2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can assign normally the libname CARS for example in SASAppExample1 server, the path is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME CARS '/department/sasdata/Lev1/ETL/ODS/CARS';&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;But when i'm connected to SASAppExample2 server and i'm trying to assign the libname CARS its not possible, this is the WARNING:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;28         LIBNAME CARS &lt;SPAN&gt; '/department/sasdata/Lev1/ETL/ODS/CARS'&lt;/SPAN&gt;
NOTE: Libref CARS refers to the same physical library as CARS.
WARNING: Library CARS does not exist.
NOTE: Libref CARS was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /departament/sasdata/Lev1/ETL/ODS/CARS&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I've already assigned CARS library in server&amp;nbsp;SASAppExample2 in SMC.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The engine is V9.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know what i need to do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 23:47:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-assign-library-from-other-server/m-p/782385#M249398</guid>
      <dc:creator>Sk1_SAS</dc:creator>
      <dc:date>2021-11-24T23:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign library from other server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-library-from-other-server/m-p/782387#M249399</link>
      <description>&lt;P&gt;Most likely the path/folder /department/sasdata/Lev1/ETL/ODS/CARS is defined on server SASAppExample1 but not on&amp;nbsp;SASAppExample2. You will need to talk to your SAS administrator about getting a folder share set up so that path is available on the second server. This is an OS configuration and nothing to do with SAS.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 00:30:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-assign-library-from-other-server/m-p/782387#M249399</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-11-25T00:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign library from other server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-library-from-other-server/m-p/782449#M249435</link>
      <description>&lt;P&gt;There is no way to connect using "SERVER" in libname? we can connect to a lot of sources, oracle, db2 and etc&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 15:25:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-assign-library-from-other-server/m-p/782449#M249435</guid>
      <dc:creator>Sk1_SAS</dc:creator>
      <dc:date>2021-11-25T15:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign library from other server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-library-from-other-server/m-p/782457#M249439</link>
      <description>&lt;P&gt;You will need something that acts as a server process.&lt;/P&gt;
&lt;P&gt;If you have SAS/CONNECT licensed, you can establish a CONNECT session to the other server and use Remote Library Services to read data from there.&lt;/P&gt;
&lt;P&gt;If not, you need to have a network share defined on the source server and mount it on the target where you run your SAS.&lt;/P&gt;
&lt;P&gt;A third alternative would be SAS/SHARE, but that is rarely used (and therefore licensed) these days.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 17:21:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-assign-library-from-other-server/m-p/782457#M249439</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-11-25T17:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign library from other server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-library-from-other-server/m-p/782481#M249449</link>
      <description>&lt;P&gt;As I see in your question the libname assignment refers to a folder i.e., a location on the filesystem.&lt;/P&gt;
&lt;P&gt;I assuming that you are connected to the first server and want to access a location on the second server.&lt;/P&gt;
&lt;P&gt;In such a scenario, the disk on the second server would need to be mounted on a folder&amp;nbsp; (if the first server is Linux machine ) or mapped to the first server as a drive (If the first server is a windows server).&lt;BR /&gt;The location on the second server will now appear as a folder on the first server. For a user this is effectively a location on the first server.&lt;BR /&gt;Typically for sharing between servers there are shared drives and disk on one server is not mounted on another.&lt;/P&gt;
&lt;P&gt;This activity of mounting / mapping the disks is something which is done by the Operating System Administrators / Storage Administrators. Your SAS Administrator can co-ordinate the activity and should be able to assist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 21:00:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-assign-library-from-other-server/m-p/782481#M249449</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-11-25T21:00:53Z</dc:date>
    </item>
  </channel>
</rss>

