<?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 Remote SAS library is not loading in Base SAS window in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Remote-SAS-library-is-not-loading-in-Base-SAS-window/m-p/287085#M5534</link>
    <description>&lt;P&gt;1) We are able to connet Remote server server from client machine.&lt;/P&gt;&lt;P&gt;2) And we are able to assign Oracle library through SAS macro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) And then we ar able to call the stored complied macro for oracle connection from Base SAS Windowing Environment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we click the remote library, the remote library is loading and it is not displaying. It is taking long time and it leads to terminate the SAS session.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help how to quickly load the remote library in Base SAS Environment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%LET sunsas=server_name port_number;&lt;/P&gt;&lt;P&gt;OPTIONS REMOTE=sunsas COMAMID=TCP;&lt;BR /&gt;options compress=yes;&lt;BR /&gt;FILENAME RLINK "C:\sas\connect\saslink\tcpunixf.scr";&lt;BR /&gt;signon;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rsubmit;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;libname t_lib '/one/two';&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;options mstored sasmstore=t_lib;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; %conn_macro(one, two, oracl);&lt;BR /&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;libname t_ora remote slibref=oracl&amp;nbsp;server=sunsas;&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>Tue, 26 Jul 2016 04:31:34 GMT</pubDate>
    <dc:creator>SSA1</dc:creator>
    <dc:date>2016-07-26T04:31:34Z</dc:date>
    <item>
      <title>Remote SAS library is not loading in Base SAS window</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Remote-SAS-library-is-not-loading-in-Base-SAS-window/m-p/287085#M5534</link>
      <description>&lt;P&gt;1) We are able to connet Remote server server from client machine.&lt;/P&gt;&lt;P&gt;2) And we are able to assign Oracle library through SAS macro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) And then we ar able to call the stored complied macro for oracle connection from Base SAS Windowing Environment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we click the remote library, the remote library is loading and it is not displaying. It is taking long time and it leads to terminate the SAS session.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help how to quickly load the remote library in Base SAS Environment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%LET sunsas=server_name port_number;&lt;/P&gt;&lt;P&gt;OPTIONS REMOTE=sunsas COMAMID=TCP;&lt;BR /&gt;options compress=yes;&lt;BR /&gt;FILENAME RLINK "C:\sas\connect\saslink\tcpunixf.scr";&lt;BR /&gt;signon;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rsubmit;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;libname t_lib '/one/two';&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;options mstored sasmstore=t_lib;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; %conn_macro(one, two, oracl);&lt;BR /&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;libname t_ora remote slibref=oracl&amp;nbsp;server=sunsas;&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>Tue, 26 Jul 2016 04:31:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Remote-SAS-library-is-not-loading-in-Base-SAS-window/m-p/287085#M5534</guid>
      <dc:creator>SSA1</dc:creator>
      <dc:date>2016-07-26T04:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Remote SAS library is not loading in Base SAS window</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Remote-SAS-library-is-not-loading-in-Base-SAS-window/m-p/287098#M5535</link>
      <description>&lt;P&gt;I guess you are simply causing network congestion. If your SAS server (sunsas) uses one interface to connect to both the client and the Oracle server, it will quickly be swamped by colliding packets when it tries to receive information from Oracle and send it to the SAS client concurrently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to do a proc datasets on the Oracle library (remote on sunsas) and then look at the results.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 06:04:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Remote-SAS-library-is-not-loading-in-Base-SAS-window/m-p/287098#M5535</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-07-26T06:04:25Z</dc:date>
    </item>
  </channel>
</rss>

