<?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 Whether the datasets in library cost the CPU, and where they are stored physically? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724087#M224787</link>
    <description>&lt;P&gt;Hi SAS Users,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The interface Serve is very useful for me because apart from it can link me to all the SAS datasets in my computer, but I can also see all datasets inside all the libraries. Super convenient!!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1614985536417.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55549i94292DF1E93527E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="My97_0-1614985536417.png" alt="My97_0-1614985536417.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I just wondering, if SAS EG stores a lot of datasets like that, whether it costs the RAM or else?. And what is the directory for these datasets (I mean physically access).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warmest regards.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Mar 2021 23:07:07 GMT</pubDate>
    <dc:creator>Phil_NZ</dc:creator>
    <dc:date>2021-03-05T23:07:07Z</dc:date>
    <item>
      <title>Whether the datasets in library cost the CPU, and where they are stored physically?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724087#M224787</link>
      <description>&lt;P&gt;Hi SAS Users,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The interface Serve is very useful for me because apart from it can link me to all the SAS datasets in my computer, but I can also see all datasets inside all the libraries. Super convenient!!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1614985536417.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55549i94292DF1E93527E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="My97_0-1614985536417.png" alt="My97_0-1614985536417.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I just wondering, if SAS EG stores a lot of datasets like that, whether it costs the RAM or else?. And what is the directory for these datasets (I mean physically access).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warmest regards.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 23:07:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724087#M224787</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-05T23:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Whether the datasets in library cost the CPU, and where they are stored physically?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724096#M224793</link>
      <description>&lt;P&gt;This will show where all your libraries are physically located:&lt;/P&gt;
&lt;PRE&gt;
 proc sql;
    select distinct libname, path
    from dictionary.libnames
    ;
quit;&lt;/PRE&gt;
&lt;P&gt;(or open the view sashelp.vlibnam)&lt;/P&gt;
&lt;P&gt;No clue what overhead may be in the EG metadata management because of the connection to server. The server maintains the actual metadata and provides it when needed.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 23:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724096#M224793</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-05T23:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Whether the datasets in library cost the CPU, and where they are stored physically?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724107#M224796</link>
      <description>&lt;P&gt;Please bear in mind that Enterprise Guide is merely a user interface. It is not the software processing your data. In your case you have a local SAS server running on your PC doing all the work and EG is just managing that and showing results. Open Windows Task Manager (right click on Windows Task Bar and select) and you will see separately EG and the SAS server both using different amounts of memory and CPU.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 01:11:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724107#M224796</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-06T01:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Whether the datasets in library cost the CPU, and where they are stored physically?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724109#M224798</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Very useful code, I can see the bigger picture now. Thank you for broadening my horizon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warmest regards.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 02:32:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724109#M224798</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-06T02:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Whether the datasets in library cost the CPU, and where they are stored physically?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724116#M224803</link>
      <description>&lt;P&gt;A possibly useful tip.&amp;nbsp; &amp;nbsp;Because I work in an environment with many libraries, sorted alphabetically, often WORK appears below the bottom of the LIBRASRIES list.&amp;nbsp; &amp;nbsp; I avoid scrolling by providing an alias libname for WORK:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname _w (work);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;which sorts at the top.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 03:24:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724116#M224803</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2021-03-06T03:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Whether the datasets in library cost the CPU, and where they are stored physically?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724126#M224810</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I ask why do you use the "&lt;STRONG&gt;distinct&lt;/STRONG&gt;" in the code given?&lt;/P&gt;
&lt;P&gt;Normally, when dealing with the dictionary, I just see people use &lt;STRONG&gt;select&lt;/STRONG&gt; column names, it is the first time I see the use of &lt;STRONG&gt;distinct&lt;/STRONG&gt; here. Could you please explain why you use &lt;STRONG&gt;distinct&lt;/STRONG&gt; here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 06:59:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724126#M224810</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-06T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Whether the datasets in library cost the CPU, and where they are stored physically?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724129#M224812</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31461"&gt;@mkeintz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is a very nice and hands on suggestion, I will apply for sure.&lt;/P&gt;
&lt;P&gt;However, can I ask how to apply it globally in my SAS EG&lt;/P&gt;
&lt;P&gt;I type the code given&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname _w (work);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;then execute it, however, there is nothing change from the Serves interface.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1615014229029.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55551i845F7C24C317A386/image-size/medium?v=v2&amp;amp;px=400" role="button" title="My97_0-1615014229029.png" alt="My97_0-1615014229029.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please hint me about this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 07:03:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724129#M224812</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-06T07:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Whether the datasets in library cost the CPU, and where they are stored physically?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724133#M224816</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31461"&gt;@mkeintz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is a very nice and hands on suggestion, I will apply for sure.&lt;/P&gt;
&lt;P&gt;However, can I ask how to apply it globally in my SAS EG&lt;/P&gt;
&lt;P&gt;I type the code given&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname _w (work);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;then execute it, however, there is nothing change from the Serves interface.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My97_0-1615014229029.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55551i845F7C24C317A386/image-size/medium?v=v2&amp;amp;px=400" role="button" title="My97_0-1615014229029.png" alt="My97_0-1615014229029.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please hint me about this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;After executing the statement, click on "libraries", then on the "refresh" icon.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can make this automatic by putting the statement in an autoexec.sas file.&amp;nbsp; &amp;nbsp;See&amp;nbsp;&lt;A href="https://blogs.sas.com/content/sgf/2014/05/01/autoexecs-the-sas-enterprise-guide-advantage/" target="_self"&gt;Autoexecs - the SAS Enterprise Guide advantage&lt;/A&gt;. I would choose the option under "Setting up a user-specific autoexec".&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 08:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724133#M224816</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2021-03-06T08:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Whether the datasets in library cost the CPU, and where they are stored physically?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724135#M224818</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I ask why do you use the "&lt;STRONG&gt;distinct&lt;/STRONG&gt;" in the code given?&lt;/P&gt;
&lt;P&gt;Normally, when dealing with the dictionary, I just see people use &lt;STRONG&gt;select&lt;/STRONG&gt; column names, it is the first time I see the use of &lt;STRONG&gt;distinct&lt;/STRONG&gt; here. Could you please explain why you use &lt;STRONG&gt;distinct&lt;/STRONG&gt; here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Learning point: Run it without distinct and see what you get.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The libname path are repeated in that particular view because of multiple values for the Sysname and Sysvalue variables which you might include to find out stuff like the Filename (in the case of libraries that point to files such as XLSX), Owner Name, or File size which has two options for reporting K or bytes. If you added one of these variables you wouldn't need distinct to only have one libname path combination.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 09:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724135#M224818</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-06T09:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Whether the datasets in library cost the CPU, and where they are stored physically?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724145#M224824</link>
      <description>&lt;P&gt;Right-click on Libraries, then Refresh.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 10:53:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Whether-the-datasets-in-library-cost-the-CPU-and-where-they-are/m-p/724145#M224824</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-03-06T10:53:51Z</dc:date>
    </item>
  </channel>
</rss>

