<?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: How to create a library in a subfolder - limit on number of subfolders? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771731#M30994</link>
    <description>&lt;P&gt;You're right - library_name isn't actually the name I'm using.&lt;/P&gt;&lt;P&gt;For clarity, I wanted to use something generic rather than the actual names on my computer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Linux Mint - would that limit the path name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I can't post the actual log because the folder names are sensitive information.)&lt;/P&gt;</description>
    <pubDate>Sat, 02 Oct 2021 04:17:05 GMT</pubDate>
    <dc:creator>kz_</dc:creator>
    <dc:date>2021-10-02T04:17:05Z</dc:date>
    <item>
      <title>How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771722#M30989</link>
      <description>&lt;P&gt;I'm wondering why this works&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname name1 "/folder/subfolder/subfolder2/subfolder3/subfolder4/subfolder5";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but this doesn't&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname name2 "/folder/subfolder/subfolder2/subfolder3/subfolder4/subfolder5/subfolder6";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a limit on the number of subfolders? The two lines are exactly the same except for the final folder name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SAS Studio. Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 04:17:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771722#M30989</guid>
      <dc:creator>kz_</dc:creator>
      <dc:date>2021-10-02T04:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771727#M30991</link>
      <description>&lt;P&gt;Neither of those should work, libnames are restricted to 8 characters.&lt;/P&gt;
&lt;P&gt;library_name and library_name2 are both longer than 8 characters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post your log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Limits on path length would be via the OS (Windows sometimes limits to 256 characters) not SAS AFAIK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/322176"&gt;@kz_&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I'm wondering why this works&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname library_name "/folder/subfolder/subfolder2/subfolder3/subfolder4/subfolder5";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but this doesn't&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname library_name2 "/folder/subfolder/subfolder2/subfolder3/subfolder4/subfolder5/subfolder6";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a limit on the number of subfolders? The two lines are exactly the same except for the final folder name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using SAS Studio. Thanks.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 03:29:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771727#M30991</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-02T03:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771728#M30992</link>
      <description>&lt;P&gt;WHAT is not working? Do you get an error? And what's the error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does subfolder5 and subfolder6 already pre-exist or do you expect SAS to create these folders. If the latter (with option dlcreatedir set) then be aware that you can only create one folder at a time so if you need a deeper structure then you need to issue the same libname statement each time with one more sub-folder added to the path.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 03:27:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771728#M30992</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-10-02T03:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771729#M30993</link>
      <description>&lt;P&gt;The error is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Library library_name does not exist&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;All of the folders have already been created, and the subfolder contains SAS datasets.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 04:12:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771729#M30993</guid>
      <dc:creator>kz_</dc:creator>
      <dc:date>2021-10-02T04:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771731#M30994</link>
      <description>&lt;P&gt;You're right - library_name isn't actually the name I'm using.&lt;/P&gt;&lt;P&gt;For clarity, I wanted to use something generic rather than the actual names on my computer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Linux Mint - would that limit the path name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I can't post the actual log because the folder names are sensitive information.)&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 04:17:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771731#M30994</guid>
      <dc:creator>kz_</dc:creator>
      <dc:date>2021-10-02T04:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771736#M30995</link>
      <description>&lt;P&gt;Operating systems pose a limit on the total length of a pathname, usually in the 200 byte range. If there's UTF characters in the names, this limit can be reached long before the number of &lt;EM&gt;visible&lt;/EM&gt; characters exceeds it.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 06:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771736#M30995</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-02T06:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771737#M30996</link>
      <description>&lt;P&gt;Why are you using long path like &lt;SPAN&gt;"/folder/subfolder/subfolder2/subfolder3/subfolder4/subfolder5" ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;why not:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;"/folder/subfolder/subfolder1"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;"/folder/subfolder/subfolder2"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;etc.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sat, 02 Oct 2021 06:27:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771737#M30996</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2021-10-02T06:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771756#M30999</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;Are you sure it's 200? That feels very short and less than I believe I've used in the past.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Google tells me:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Linux has a maximum filename length of 255 characters for most filesystems (including EXT4), and a maximum path of&amp;nbsp;&lt;STRONG&gt;4096 characters&lt;/STRONG&gt;.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/322176"&gt;@kz_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How long is your path (the string)?&lt;/P&gt;
&lt;P&gt;If the path is really rather long then another - and earlier reached - limitation could be the max. length for a line of SAS code. There is a SAS option to increase this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you could try to ensure that the length of the line of code isn't the limiting factor:&lt;/P&gt;
&lt;PRE&gt;%let subfolder4=/folder/subfolder/subfolder2/subfolder3/subfolder4;
libname &amp;lt;libref&amp;gt; "&amp;amp;subfolder4/subfolder5/subfolder6";&lt;/PRE&gt;
&lt;P&gt;I guess if it's really the OS and the length of the path then you would need a symbolic link to shorten the path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 23:47:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771756#M30999</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-10-02T23:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771761#M31000</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/322176"&gt;@kz_&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The error is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR: Library library_name does not exist&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All of the folders have already been created, and the subfolder contains SAS datasets.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is the error you get later when you try to use the library. Please copy/paste the complete log of the LIBNAME statement into a window opened with this button:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can mask sensitive parts of the path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: corrected FILENAME to LIBNAME.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 14:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771761#M31000</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-02T14:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771763#M31001</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;&amp;nbsp;You are right about Linux, and on the commercial UNIX variants the limit is 1024.&lt;/P&gt;
&lt;P&gt;What I had in the back of my head was the 260 byte MAX_PATH of Windows. And the 255 byte limit of each filename (directories are also files when it comes to names).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bottom line: we need to see how (exactly) the LIBNAME fails.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 14:03:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/771763#M31001</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-02T14:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772882#M31122</link>
      <description>It's a shared directory - I don't have control over it.</description>
      <pubDate>Thu, 07 Oct 2021 21:05:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772882#M31122</guid>
      <dc:creator>kz_</dc:creator>
      <dc:date>2021-10-07T21:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772884#M31123</link>
      <description>This is actually the error when I try to create the library:&lt;BR /&gt;&lt;BR /&gt;libname name '/name1/name2/name3/name4/name5';&lt;BR /&gt; NOTE: Library NAME does not exist.&lt;BR /&gt;&lt;BR /&gt;And when I remove the last subfolder, I get: &lt;BR /&gt;NOTE: Libref NAME was successfully assigned as follows: &lt;BR /&gt;Engine: V9 &lt;BR /&gt;Physical Name: /name1/name2/name3/name4</description>
      <pubDate>Thu, 07 Oct 2021 21:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772884#M31123</guid>
      <dc:creator>kz_</dc:creator>
      <dc:date>2021-10-07T21:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772885#M31124</link>
      <description>I like this idea, but unfortunately, using &amp;amp;subfolder4 didn't work.</description>
      <pubDate>Thu, 07 Oct 2021 21:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772885#M31124</guid>
      <dc:creator>kz_</dc:creator>
      <dc:date>2021-10-07T21:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772888#M31125</link>
      <description>I get that error when the folder doesn't exist. &lt;BR /&gt;Does the folder exist prior to the libname statement? &lt;BR /&gt;Can you confirm that from SAS using something like this:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Check-if-a-directory-exists/td-p/475988" target="_blank"&gt;https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Check-if-a-directory-exists/td-p/475988&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Oct 2021 21:39:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772888#M31125</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-07T21:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772889#M31126</link>
      <description>And just a note in case you didn't know if you're on unix the path is likely case sensitive.</description>
      <pubDate>Thu, 07 Oct 2021 21:40:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772889#M31126</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-07T21:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772899#M31127</link>
      <description>Yes, it exists - I can even see it in the 'Server Files and Folders' menu.</description>
      <pubDate>Thu, 07 Oct 2021 22:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772899#M31127</guid>
      <dc:creator>kz_</dc:creator>
      <dc:date>2021-10-07T22:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772901#M31128</link>
      <description>And you got the path by right clicking, selecting properties and copying that to the libname statement?&lt;BR /&gt;And that path is not working for you?</description>
      <pubDate>Thu, 07 Oct 2021 22:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772901#M31128</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-07T22:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772903#M31130</link>
      <description>&lt;P&gt;Yes, and the file path works in, for example, proc iml with a saveRDS statement, so I know that I have privileges to write to it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 23:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772903#M31130</guid>
      <dc:creator>kz_</dc:creator>
      <dc:date>2021-10-07T23:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772913#M31133</link>
      <description>Then you should open a ticket with SAS tech support. &lt;BR /&gt;&lt;BR /&gt;Without more code, log or screenshots we can't really help you.</description>
      <pubDate>Fri, 08 Oct 2021 00:00:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772913#M31133</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-08T00:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a library in a subfolder - limit on number of subfolders?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772944#M31137</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/322176"&gt;@kz_&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;It's a shared directory - I don't have control over it.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can create (or have created) a shorter direct link to the subdirectory.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 07:14:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-a-library-in-a-subfolder-limit-on-number-of/m-p/772944#M31137</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-08T07:14:27Z</dc:date>
    </item>
  </channel>
</rss>

