<?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: Read UNIX gz archive in PC SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Read-UNIX-gz-archive-in-PC-SAS/m-p/384754#M277098</link>
    <description>&lt;P&gt;Look for it around the end of Sept 2017.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2017 19:23:00 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2017-08-01T19:23:00Z</dc:date>
    <item>
      <title>Read UNIX gz archive in PC SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-UNIX-gz-archive-in-PC-SAS/m-p/384724#M277094</link>
      <description>&lt;P&gt;I am using 64-bit PC SAS 9.4 on Windows 10. &amp;nbsp;I am trying to read a single member from a .gz archive that was created on a UNIX machine. &amp;nbsp;The following SAS code&lt;/P&gt;&lt;P&gt;filename zipped ZIP 'E:/WISC_TAS_20060103.csv.gz';&lt;BR /&gt;data testin;&lt;BR /&gt;infile zipped(WISC_TAS_20060103.csv)&lt;BR /&gt;firstobs=2 dsd;&lt;BR /&gt;input RIC $ ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;produces the error:&amp;nbsp;ERROR: The file "E:\WISC_TAS_20060103.csv.gz" exists and is not a zip file. The output file&lt;BR /&gt;must be a zip file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used 7zip to extract the .csv file and then used 7zip to create a new archive. &amp;nbsp;The following code reads that file just fine:&lt;/P&gt;&lt;P&gt;filename zipped ZIP 'E:/WISC_TAS_20060103.zip';&lt;BR /&gt;data testin;&lt;BR /&gt;infile zipped(WISC_TAS_20060103.csv)&lt;BR /&gt;firstobs=2 dsd;&lt;BR /&gt;input RIC $ ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get the ZIP utility to recognize the unix zip file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 18:56:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-UNIX-gz-archive-in-PC-SAS/m-p/384724#M277094</guid>
      <dc:creator>markready</dc:creator>
      <dc:date>2017-08-01T18:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Read UNIX gz archive in PC SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-UNIX-gz-archive-in-PC-SAS/m-p/384735#M277095</link>
      <description>&lt;P&gt;FILENAME ZIP doesn't currently support .gz files, but that's coming. &amp;nbsp;Support for reading/creating .gz files (gzip compatible) will be part of SAS 9.4 Maintenance 5.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:06:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-UNIX-gz-archive-in-PC-SAS/m-p/384735#M277095</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-08-01T19:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Read UNIX gz archive in PC SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-UNIX-gz-archive-in-PC-SAS/m-p/384740#M277096</link>
      <description>&lt;P&gt;If you can use X command you can use 7zip to extract the file. Not optimal obviously.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:09:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-UNIX-gz-archive-in-PC-SAS/m-p/384740#M277096</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-01T19:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Read UNIX gz archive in PC SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-UNIX-gz-archive-in-PC-SAS/m-p/384747#M277097</link>
      <description>&lt;P&gt;Thanks for the quick response. &amp;nbsp;Any idea when maintenance release 5&amp;nbsp;will be out?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:17:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-UNIX-gz-archive-in-PC-SAS/m-p/384747#M277097</guid>
      <dc:creator>markready</dc:creator>
      <dc:date>2017-08-01T19:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Read UNIX gz archive in PC SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-UNIX-gz-archive-in-PC-SAS/m-p/384754#M277098</link>
      <description>&lt;P&gt;Look for it around the end of Sept 2017.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:23:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-UNIX-gz-archive-in-PC-SAS/m-p/384754#M277098</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-08-01T19:23:00Z</dc:date>
    </item>
  </channel>
</rss>

