<?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: Turn off automatic compression of datasets? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Turn-off-automatic-compression-of-datasets/m-p/750803#M236223</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/216466"&gt;@shl007&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi - somehow in my code, even though I'm not setting options to compress datasets, the log file says it is such as below. Any ideas how I can turn off this "automatic" compression and instead invoke it at the END of my code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Compressing data set mylib.testdata decreased size by 59.25 percent.&lt;BR /&gt;Compressed is 5622 pages; un-compressed would require 13796 pages.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If your datasets are compressing by 60% then you are probably better off leaving the compression on all of the time.&amp;nbsp; Most SAS jobs are I/O bound and not CPU bound.&amp;nbsp; So taking a few extra CPU cylces to compress/expand the records from the file is more than offset by the reduced number of disk reads and writes.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jun 2021 13:30:21 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2021-06-28T13:30:21Z</dc:date>
    <item>
      <title>Turn off automatic compression of datasets?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Turn-off-automatic-compression-of-datasets/m-p/750778#M236209</link>
      <description>&lt;P&gt;Hi - somehow in my code, even though I'm not setting options to compress datasets, the log file says it is such as below. Any ideas how I can turn off this "automatic" compression and instead invoke it at the END of my code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Compressing data set mylib.testdata decreased size by 59.25 percent.&lt;BR /&gt;Compressed is 5622 pages; un-compressed would require 13796 pages.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 12:00:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Turn-off-automatic-compression-of-datasets/m-p/750778#M236209</guid>
      <dc:creator>shl007</dc:creator>
      <dc:date>2021-06-28T12:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off automatic compression of datasets?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Turn-off-automatic-compression-of-datasets/m-p/750790#M236214</link>
      <description>I just found the culprit in my code, so now I'm wondering how I can invoke the compression at the end of the code and have it compress ALL the datasets the code ran through? Maybe I need to store each dataset in a table, then loop through that table to compress each dataset?</description>
      <pubDate>Mon, 28 Jun 2021 12:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Turn-off-automatic-compression-of-datasets/m-p/750790#M236214</guid>
      <dc:creator>shl007</dc:creator>
      <dc:date>2021-06-28T12:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off automatic compression of datasets?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Turn-off-automatic-compression-of-datasets/m-p/750792#M236215</link>
      <description>options compress=no;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2021 12:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Turn-off-automatic-compression-of-datasets/m-p/750792#M236215</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-06-28T12:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off automatic compression of datasets?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Turn-off-automatic-compression-of-datasets/m-p/750803#M236223</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/216466"&gt;@shl007&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi - somehow in my code, even though I'm not setting options to compress datasets, the log file says it is such as below. Any ideas how I can turn off this "automatic" compression and instead invoke it at the END of my code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: Compressing data set mylib.testdata decreased size by 59.25 percent.&lt;BR /&gt;Compressed is 5622 pages; un-compressed would require 13796 pages.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If your datasets are compressing by 60% then you are probably better off leaving the compression on all of the time.&amp;nbsp; Most SAS jobs are I/O bound and not CPU bound.&amp;nbsp; So taking a few extra CPU cylces to compress/expand the records from the file is more than offset by the reduced number of disk reads and writes.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 13:30:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Turn-off-automatic-compression-of-datasets/m-p/750803#M236223</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-06-28T13:30:21Z</dc:date>
    </item>
  </channel>
</rss>

