<?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 Why the library does not exist in Servers interface SAS EG ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722697#M224123</link>
    <description>&lt;P&gt;Hi all SAS Users,&lt;/P&gt;
&lt;P&gt;Today when I import the library import into SAS Eg with the code below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname import 'E:\Harv 27th_Feb_2021\global_daily_1999_2001' access=readonly;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I try to have a look about the file in this library from Serve interface but there is no display as below?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1614632637357.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55330i36ECCC3F60A94A2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="My97_0-1614632637357.png" alt="My97_0-1614632637357.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As you can see, no library&lt;STRONG&gt; import&lt;/STRONG&gt; displayed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please tell me how to sort it out?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regard!&lt;/P&gt;</description>
    <pubDate>Mon, 01 Mar 2021 21:04:27 GMT</pubDate>
    <dc:creator>Phil_NZ</dc:creator>
    <dc:date>2021-03-01T21:04:27Z</dc:date>
    <item>
      <title>Why the library does not exist in Servers interface SAS EG ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722697#M224123</link>
      <description>&lt;P&gt;Hi all SAS Users,&lt;/P&gt;
&lt;P&gt;Today when I import the library import into SAS Eg with the code below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname import 'E:\Harv 27th_Feb_2021\global_daily_1999_2001' access=readonly;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I try to have a look about the file in this library from Serve interface but there is no display as below?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1614632637357.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55330i36ECCC3F60A94A2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="My97_0-1614632637357.png" alt="My97_0-1614632637357.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As you can see, no library&lt;STRONG&gt; import&lt;/STRONG&gt; displayed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please tell me how to sort it out?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regard!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 21:04:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722697#M224123</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-01T21:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why the library does not exist in Servers interface SAS EG ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722698#M224124</link>
      <description>What does the log show from that code?</description>
      <pubDate>Mon, 01 Mar 2021 21:06:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722698#M224124</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-03-01T21:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why the library does not exist in Servers interface SAS EG ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722699#M224125</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log is as below&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;28         options compress=yes reuse=yes;
29         options mergenoby=error;
30         OPTIONS MPRINT;
31         
32         libname import 'E:\Harv 27th_Feb_2021\global_daily_1999_2001' access=readonly;
NOTE: Libref IMPORT refers to the same physical library as ECI00004.
NOTE: Libref IMPORT was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: E:\Harv 27th_Feb_2021\global_daily_1999_2001
33         
34         
35         %LET _CLIENTTASKLABEL=;
36         %LET _CLIENTPROCESSFLOWNAME=;
37         %LET _CLIENTPROJECTPATH=;
38         %LET _CLIENTPROJECTPATHHOST=;
39         %LET _CLIENTPROJECTNAME=;
40         %LET _SASPROGRAMFILE=;
41         %LET _SASPROGRAMFILEHOST=;
42         
43         ;*';*";*/;quit;run;
44         ODS _ALL_ CLOSE;
45         
46         
47         QUIT; RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 21:07:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722699#M224125</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-01T21:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why the library does not exist in Servers interface SAS EG ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722704#M224128</link>
      <description>So looks like it was assigned. See if PROC DATASETS shows you the items then, and see if the refresh button doesn't appear. Othewrise that's an issue you'll need to raise with tech support. &lt;BR /&gt;&lt;BR /&gt;I would recommend using a different term than import as that's a key word in SAS and using those types of words in your code as names can cause unexpected issues. &lt;BR /&gt;&lt;BR /&gt; libname myLib 'E:\Harv 27th_Feb_2021\global_daily_1999_2001' access=readonly;&lt;BR /&gt;proc datasets lib=myLib;&lt;BR /&gt;run;quit;</description>
      <pubDate>Mon, 01 Mar 2021 21:10:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722704#M224128</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-03-01T21:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why the library does not exist in Servers interface SAS EG ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722708#M224130</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After running the code,the result is as below&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1614633206239.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55331iE0B68F11D0A8D979/image-size/medium?v=v2&amp;amp;px=400" role="button" title="My97_0-1614633206239.png" alt="My97_0-1614633206239.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Log&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;28         libname myLib 'E:\Harv 27th_Feb_2021\global_daily_1999_2001' access=readonly;
NOTE: Libref MYLIB refers to the same physical library as IMPORT.
NOTE: Libref MYLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: E:\Harv 27th_Feb_2021\global_daily_1999_2001
29         proc datasets lib=myLib;
30         run;

30       !     quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;There is no "refresh" button appears clearly&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_1-1614633273908.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55332iECCA301A282E8F81/image-size/medium?v=v2&amp;amp;px=400" role="button" title="My97_1-1614633273908.png" alt="My97_1-1614633273908.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, it means I need to contact the tech support?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 21:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722708#M224130</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-01T21:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why the library does not exist in Servers interface SAS EG ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722712#M224134</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp; - In the Servers window, if you right click on Libraries then you should get a Refresh option you can select.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 21:37:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722712#M224134</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-01T21:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why the library does not exist in Servers interface SAS EG ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722713#M224135</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is a new way of doing things that will benefit me. However, maybe because this file is quite big (128 GB with 11mil obs) so it cannot display over there still.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 21:48:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722713#M224135</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-01T21:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why the library does not exist in Servers interface SAS EG ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722722#M224140</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp; - Size shouldn't cause issues like library and and table names not showing. What version of EG are you using? The latest is 8.3 Update 1. If you aren't on this version then upgrading to it may be worth doing.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 22:13:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Why-the-library-does-not-exist-in-Servers-interface-SAS-EG/m-p/722722#M224140</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-01T22:13:34Z</dc:date>
    </item>
  </channel>
</rss>

