<?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 reading compressed sas files in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/reading-compressed-sas-files/m-p/53188#M14677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doc, Agreed!&amp;nbsp; The link I suggested wouldn't be applicable in this case.&amp;nbsp; However, the upzipping can still be incorporated in the code.&amp;nbsp; e.g.: &lt;A href="http://groups.google.com/group/comp.soft-sys.sas/msg/f4c036b92ad17817"&gt;http://groups.google.com/group/comp.soft-sys.sas/msg/f4c036b92ad17817&lt;/A&gt; .&amp;nbsp; However,&amp;nbsp; I don't know of a way to accomplish the task without unzipping the entire file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Feb 2012 14:56:49 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2012-02-14T14:56:49Z</dc:date>
    <item>
      <title>reading compressed sas files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/reading-compressed-sas-files/m-p/53185#M14674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a sas datafile like myfile.sas7bdat.gz. I am trying to extract some variables from this huge dataset under Windows on a PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to read this file without uncompressing the whole file by using 7zip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about winzip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 14:04:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/reading-compressed-sas-files/m-p/53185#M14674</guid>
      <dc:creator>JohnK</dc:creator>
      <dc:date>2012-02-14T14:04:18Z</dc:date>
    </item>
    <item>
      <title>reading compressed sas files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/reading-compressed-sas-files/m-p/53186#M14675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John, Take a look at: &lt;A _jive_internal="true" href="https://communities.sas.com/message/11417#11417"&gt;http://communities.sas.com/message/11417#11417&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 14:05:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/reading-compressed-sas-files/m-p/53186#M14675</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-14T14:05:34Z</dc:date>
    </item>
    <item>
      <title>reading compressed sas files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/reading-compressed-sas-files/m-p/53187#M14676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This time Art's reference won't work.&amp;nbsp; Pipe works for text files, but not for direct access (.sas7bdat) files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid that you will have to unzip the file first to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will note that a SAS dataset that is compressed with NTFS (Windows compression) takes about the same about of space as one that is compressed with gzip, so your net disk space usage (after decompression) may be the same.&amp;nbsp; You will need double space to do the decompression itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 14:29:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/reading-compressed-sas-files/m-p/53187#M14676</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-02-14T14:29:06Z</dc:date>
    </item>
    <item>
      <title>reading compressed sas files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/reading-compressed-sas-files/m-p/53188#M14677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doc, Agreed!&amp;nbsp; The link I suggested wouldn't be applicable in this case.&amp;nbsp; However, the upzipping can still be incorporated in the code.&amp;nbsp; e.g.: &lt;A href="http://groups.google.com/group/comp.soft-sys.sas/msg/f4c036b92ad17817"&gt;http://groups.google.com/group/comp.soft-sys.sas/msg/f4c036b92ad17817&lt;/A&gt; .&amp;nbsp; However,&amp;nbsp; I don't know of a way to accomplish the task without unzipping the entire file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 14:56:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/reading-compressed-sas-files/m-p/53188#M14677</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-14T14:56:49Z</dc:date>
    </item>
  </channel>
</rss>

