<?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: Define application server for library in libname statement in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903568#M43972</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;I don't use EG but I would assume which server to send code to would be an attribute of the program node.&amp;nbsp; So to make librefs on two different application servers you would have two different program nodes.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Exactly!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_0-1700170798953.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89948i5E5A998AB3BE35F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Patrick_0-1700170798953.png" alt="Patrick_0-1700170798953.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2023 21:40:28 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2023-11-16T21:40:28Z</dc:date>
    <item>
      <title>Define application server for library in libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903476#M43966</link>
      <description>&lt;P&gt;Hello, considering I have two different active application servers in my active server connection. How do I tell SAS which app server to use for a library definition? I know there's a server= option but that's only usable for remote server connection, isn't it?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 11:44:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903476#M43966</guid>
      <dc:creator>paul_e</dc:creator>
      <dc:date>2023-11-16T11:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Define application server for library in libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903482#M43968</link>
      <description>&lt;P&gt;The library will always get assigned under the application server under which you execute the libname statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;EM&gt;I know there's a server= option but that's only usable for remote server connection, isn't it?&lt;/EM&gt;"&lt;/P&gt;
&lt;P&gt;Yes, that's for remote library services (RLS) which is part of SAS/Connect. And the docu states:&amp;nbsp;&lt;SPAN&gt;RLS is a good solution for processing a &lt;STRONG&gt;small number of observations&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 12:29:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903482#M43968</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-11-16T12:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Define application server for library in libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903517#M43970</link>
      <description>&lt;P&gt;I think this was faulty reasoning from the beginning. Of course, the code is transmitted to the application server that's active in the first place.&amp;nbsp;&lt;/P&gt;
&lt;DIV id="gtx-trans" style="position: absolute; left: -32px; top: 30px;"&gt;
&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Nov 2023 15:49:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903517#M43970</guid>
      <dc:creator>paul_e</dc:creator>
      <dc:date>2023-11-16T15:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Define application server for library in libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903524#M43971</link>
      <description>&lt;P&gt;You cannot do it with SAS code, since the SAS code know nothing about your Enterprise Guide session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't use EG but I would assume which server to send code to would be an attribute of the program node.&amp;nbsp; So to make librefs on two different application servers you would have two different program nodes.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 16:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903524#M43971</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-11-16T16:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Define application server for library in libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903568#M43972</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;I don't use EG but I would assume which server to send code to would be an attribute of the program node.&amp;nbsp; So to make librefs on two different application servers you would have two different program nodes.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Exactly!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_0-1700170798953.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89948i5E5A998AB3BE35F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Patrick_0-1700170798953.png" alt="Patrick_0-1700170798953.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 21:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903568#M43972</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-11-16T21:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Define application server for library in libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903576#M43973</link>
      <description>&lt;P&gt;Yes, your application server is dictated by the one you define in your EG connection profile. To change application servers you must change connection profiles.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 22:43:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Define-application-server-for-library-in-libname-statement/m-p/903576#M43973</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-11-16T22:43:44Z</dc:date>
    </item>
  </channel>
</rss>

