<?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: Libname related opening folder with SAS result in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948777#M371186</link>
    <description>I let it sit overnight. It opens now.&amp;nbsp; Thank you for the insight about how SAS works behind the scenes.&amp;nbsp; I have put that in my SAS toolkit.&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Oct 2024 15:31:49 GMT</pubDate>
    <dc:creator>wlierman</dc:creator>
    <dc:date>2024-10-23T15:31:49Z</dc:date>
    <item>
      <title>Libname related opening folder with SAS result</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948669#M371154</link>
      <description>&lt;P&gt;I have a likely simple question. I have the following Libname statements&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Libname  ANALYZE 'M:\DATA\OR0206965\DRTS__4.2024_forward';
Libname  ANALYZE2 'M:\DATA\OR0206965\DRTS__5.2024_forward';
Libname  ANALYZE3 'M:\DATA\OR0206965\DRTS__7.2024_forward';
Libname  ANALYZE4 'M:\DATA\OR0206965\DRTS__Telehealth';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;with following log&lt;/P&gt;
&lt;PRE&gt;  Libname  ANALYZE 'M:\DATA\OR0206965\DRTS__4.2024_forward';
NOTE: Libref ANALYZE was successfully assigned as follows:
      Engine:        V9
      Physical Name: M:\DATA\OR0206965\DRTS__4.2024_forward
191  Libname  ANALYZE2 'M:\DATA\OR0206965\DRTS__5.2024_forward';
NOTE: Libref ANALYZE2 was successfully assigned as follows:
      Engine:        V9
      Physical Name: M:\DATA\OR0206965\DRTS__5.2024_forward
192  Libname  ANALYZE3 'M:\DATA\OR0206965\DRTS__7.2024_forward';
NOTE: Libref ANALYZE3 was successfully assigned as follows:
      Engine:        V9
      Physical Name: M:\DATA\OR0206965\DRTS__7.2024_forward
193  Libname  ANALYZE4 'M:\DATA\OR0206965\DRTS__Telehealth';
NOTE: Libref ANALYZE4 was successfully assigned as follows:
      Engine:        V9
      Physical Name: M:\DATA\OR0206965\DRTS__Telehealth
&lt;/PRE&gt;
&lt;P&gt;The result of a proc sql query gives&lt;/P&gt;
&lt;PRE&gt;NOTE: Compressing data set ANALYZE4.URBAN_RURAL decreased size by 13.04 percent.
      Compressed is 46271 pages; un-compressed would require 53208 pages.
NOTE: Table ANALYZE4.URBAN_RURAL created, with 36233957 rows and 12 columns.
&lt;/PRE&gt;
&lt;P&gt;I go to the explorer pane to open up the folder DRTS_Telehealth. But the folder does not open.&lt;/P&gt;
&lt;P&gt;I've rebooted the SAS session. But to no avail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am obviously overlooking something here and would appreciate help from the SAS expert community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;wlierman&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 21:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948669#M371154</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2024-10-22T21:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Libname related opening folder with SAS result</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948671#M371155</link>
      <description>&lt;P&gt;Silly question, but you mean "DRTS__Telehealth" with 2 underscores, right? Not "DRTS_Telehealth" as you have in your message?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 22:06:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948671#M371155</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2024-10-22T22:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Libname related opening folder with SAS result</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948672#M371156</link>
      <description>&lt;P&gt;Yes.&amp;nbsp; Sorry, two underscores.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 22:13:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948672#M371156</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2024-10-22T22:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Libname related opening folder with SAS result</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948676#M371157</link>
      <description>&lt;P&gt;How long did you wait?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Recent our IT has been adding some security and "data management" tools that impact performance of SAS quite notably. If I use the SAS Explorer and navigate to a library that I have not opened very recently SAS pauses as it accesses all the information of the library and for a library with many data sets I sometimes have to wait more than 10 minutes. If your library has multiple data datasets as large as that example, or possibly even worse multiple views that access such sized files, there might be more of a performance penalty than that.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 22:43:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948676#M371157</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-10-22T22:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Libname related opening folder with SAS result</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948691#M371162</link>
      <description>&lt;P&gt;I don't know how long, since I leave almost immediately not knowing what is going on.&amp;nbsp; So you are saying that it could take several or a multiple of several minutes before the dataset is shown.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 03:35:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948691#M371162</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2024-10-23T03:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Libname related opening folder with SAS result</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948723#M371174</link>
      <description>&lt;P&gt;You say the issue is "the folder won't open". Assuming you can get to the M: drive in general, and it seems you can if your local SAS session just successfully created a data set there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you see the file another way? For example, open a command prompt/terminal and list the files:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="shell"&gt;dir M:\DATA\OR0206965\DRTS__Telehealth

OR (powershell)

ls M:\DATA\OR0206965\DRTS__Telehealth&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Oct 2024 12:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948723#M371174</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2024-10-23T12:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Libname related opening folder with SAS result</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948751#M371181</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/65907"&gt;@wlierman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I don't know how long, since I leave almost immediately not knowing what is going on.&amp;nbsp; So you are saying that it could take several or a multiple of several minutes before the dataset is shown.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In your original question you stated:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;I go to the explorer pane to open up the folder DRTS_Telehealth. But the folder does not open.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Since the libraries you show are all on a drive letter M: it is almost certain that the drive is some flavor of network shared drive. The SAS explorer pane would typically be showing the whole library before any data sets if you click on a library. After the library is open then the data sets would be available and response time for opening data sets is definitely related to data set size.&lt;/P&gt;
&lt;P&gt;My question and description related to one &lt;STRONG&gt;possible&lt;/STRONG&gt; cause of a delay in displaying anything in the Explorer pane. I suspect other network tools or network bandwidth issues might have a similar impact.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So how long did you wait?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 14:30:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948751#M371181</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-10-23T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Libname related opening folder with SAS result</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948776#M371185</link>
      <description>Yes I am able to open the folder now.&amp;nbsp; But thank you for the command line alternative.&amp;nbsp; I have put that in my toolbox of SAS tips.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2024 15:29:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948776#M371185</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2024-10-23T15:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Libname related opening folder with SAS result</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948777#M371186</link>
      <description>I let it sit overnight. It opens now.&amp;nbsp; Thank you for the insight about how SAS works behind the scenes.&amp;nbsp; I have put that in my SAS toolkit.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2024 15:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-related-opening-folder-with-SAS-result/m-p/948777#M371186</guid>
      <dc:creator>wlierman</dc:creator>
      <dc:date>2024-10-23T15:31:49Z</dc:date>
    </item>
  </channel>
</rss>

