<?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: Output list of all libraries that use the COMPRESS option? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543168#M7654</link>
    <description>&lt;P&gt;I don't think the information exists in SAS metadata on library level. The obvious place to look would be the dictionary.libnames table, but no..&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2019 13:57:20 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2019-03-14T13:57:20Z</dc:date>
    <item>
      <title>Output list of all libraries that use the COMPRESS option?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543156#M7651</link>
      <description>&lt;P&gt;Is there a way to output a list of all libraries that use the COMPRESS option?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 13:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543156#M7651</guid>
      <dc:creator>EinarRoed</dc:creator>
      <dc:date>2019-03-14T13:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Output list of all libraries that use the COMPRESS option?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543163#M7652</link>
      <description>&lt;P&gt;The COMPRESS option (and the method used) is applied on a data set by data set level.&amp;nbsp; It is not applicable at the library level.&amp;nbsp; That being said, you should be able to extract the information on each data set from dictionary.tables.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 13:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543163#M7652</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-03-14T13:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Output list of all libraries that use the COMPRESS option?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543168#M7654</link>
      <description>&lt;P&gt;I don't think the information exists in SAS metadata on library level. The obvious place to look would be the dictionary.libnames table, but no..&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 13:57:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543168#M7654</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-03-14T13:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Output list of all libraries that use the COMPRESS option?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543172#M7656</link>
      <description>&lt;P&gt;Interesting: you can set compress in the libname-statement, but the information is not in sashelp.vlibnam, but in sashelp.vtable (or dictionary.tables).&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:02:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543172#M7656</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-03-14T14:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Output list of all libraries that use the COMPRESS option?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543188#M7659</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Interesting: you can set compress in the libname-statement, but the information is not in sashelp.vlibnam, but in sashelp.vtable (or dictionary.tables).&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Possibly because some data sets don't gain anything when "compressed"? You can get this message when SAS determines that attempting to compress would result in a larger file size:&lt;/P&gt;
&lt;PRE&gt;NOTE: Compression was disabled for data set WORK.ONE because compression 
      overhead would increase the size of the data set.
&lt;/PRE&gt;
&lt;P&gt;because the compress option, which can be a System option as well as library or dataset, adds a block of data to each observation related to the compression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:33:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543188#M7659</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-03-14T14:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Output list of all libraries that use the COMPRESS option?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543191#M7660</link>
      <description>&lt;P&gt;Remember, the same folder can switch options from one program to the next.&amp;nbsp; In one program, the libname-level option could be yes, and in another in could be no.&amp;nbsp; The individual data sets within a library can use different compression options, regardless of what appears in one particular program.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:38:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543191#M7660</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-03-14T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Output list of all libraries that use the COMPRESS option?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543327#M7685</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Interesting: you can set compress in the libname-statement, but the information is not in sashelp.vlibnam, but in sashelp.vtable (or dictionary.tables).&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There are a lot of LIBNAME settings that cannot be determined from that metadata.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that the default setting for compress that is defined for the libref can be overridden at the dataset level via the dataset option COMPRESS=. Also SAS will sometimes override the users setting completely.&amp;nbsp; If you try to add compression to a very skinny dataset then SAS will turn it off since it will just make the dataset larger.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So even if you could find the libref level default setitng it wouldn't really tell you anything other than what default compression MIGHT be applied to the next dataset created using that libref.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 21:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Output-list-of-all-libraries-that-use-the-COMPRESS-option/m-p/543327#M7685</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-03-14T21:26:22Z</dc:date>
    </item>
  </channel>
</rss>

