<?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 Library name exceeds 8 characters in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Library-name-exceeds-8-characters/m-p/45101#M9276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have datasets whoes library name exceeds 8 characters.&amp;nbsp; ButI don't have authourization to change it.&amp;nbsp; proc contents&amp;nbsp; does't work.&amp;nbsp; Anyboby have solution for this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2011 20:11:15 GMT</pubDate>
    <dc:creator>QLi</dc:creator>
    <dc:date>2011-08-08T20:11:15Z</dc:date>
    <item>
      <title>Library name exceeds 8 characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-name-exceeds-8-characters/m-p/45101#M9276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have datasets whoes library name exceeds 8 characters.&amp;nbsp; ButI don't have authourization to change it.&amp;nbsp; proc contents&amp;nbsp; does't work.&amp;nbsp; Anyboby have solution for this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 20:11:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-name-exceeds-8-characters/m-p/45101#M9276</guid>
      <dc:creator>QLi</dc:creator>
      <dc:date>2011-08-08T20:11:15Z</dc:date>
    </item>
    <item>
      <title>Library name exceeds 8 characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-name-exceeds-8-characters/m-p/45102#M9277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a limitation of the SAS language.&amp;nbsp; You cannot change it.&amp;nbsp; The library name on disk can be long, but the libref itself is limited to 8 characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 20:14:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-name-exceeds-8-characters/m-p/45102#M9277</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-08-08T20:14:19Z</dc:date>
    </item>
    <item>
      <title>Library name exceeds 8 characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-name-exceeds-8-characters/m-p/45103#M9278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; you could use proc contents with code like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc contents data= '//the physical path and /long name of library/yourdataset.sas7bdat' ;&lt;/P&gt;&lt;P&gt;run ;&lt;/P&gt;&lt;P&gt;for each of "yourdataset"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it might be simpler to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname &lt;STRONG&gt;mylib&lt;/STRONG&gt; '//the physical path and /long name of library' ;&lt;/P&gt;&lt;P&gt;proc contents data= &lt;STRONG&gt;mylib&lt;/STRONG&gt;._all_ varnum details ;&lt;/P&gt;&lt;P&gt;run ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;peterC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 13:15:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-name-exceeds-8-characters/m-p/45103#M9278</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-08-09T13:15:26Z</dc:date>
    </item>
  </channel>
</rss>

