<?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: How can I read from a Winzip self-extracting (exe) zip file in SAS? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216290#M53225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uh oh! I was afraid of that....thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Apr 2015 23:16:09 GMT</pubDate>
    <dc:creator>xtc283x</dc:creator>
    <dc:date>2015-04-04T23:16:09Z</dc:date>
    <item>
      <title>How can I read from a Winzip self-extracting (exe) zip file in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216286#M53221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Winzip compressed file which I want to read in automatically in a SAS program flow using SAS decompression engines. I've tried a couple of import, compression commands as well as 7zip.exe, none of which have worked. I am working on a Windows XP platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the compressed file name:&amp;nbsp; EPS_INFORMACION.zip and the file zipped up inside is an Excel *.xlsx file named EPS_Data.xlsx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 20:33:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216286#M53221</guid>
      <dc:creator>xtc283x</dc:creator>
      <dc:date>2015-04-04T20:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I read from a Winzip self-extracting (exe) zip file in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216287#M53222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A self-extracting file would have the extension of EXE instead of ZIP, but you should still be able to extract it using UNZIP, 7ZIP or even the ZIP engine in SAS.&amp;nbsp; If you are getting errors then perhaps it is corrupted.&amp;nbsp; Perhaps some one moved it between a Unix and Windows system as if it was a text file instead of a binary file?&amp;nbsp; Note that it does not make sense to ZIP an XLSX file since the XLSX file itself is just a ZIP archive with a different extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 22:04:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216287#M53222</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-04-04T22:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I read from a Winzip self-extracting (exe) zip file in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216288#M53223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom, thanks for your reply. Just to be clear, I'm not interested in extracting the file and setting it up for uncompressed, flat file-like access. Rather, I want to leave it in its compressed state and access it in real program run-time. Given that clarification, what would the SAS syntax look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 22:34:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216288#M53223</guid>
      <dc:creator>xtc283x</dc:creator>
      <dc:date>2015-04-04T22:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I read from a Winzip self-extracting (exe) zip file in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216289#M53224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can, for an XLSX file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can for text files though, &lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2014/01/29/using-filename-zip/" title="http://blogs.sas.com/content/sasdummy/2014/01/29/using-filename-zip/"&gt;http://blogs.sas.com/content/sasdummy/2014/01/29/using-filename-zip/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 23:13:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216289#M53224</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-04-04T23:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I read from a Winzip self-extracting (exe) zip file in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216290#M53225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uh oh! I was afraid of that....thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 23:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216290#M53225</guid>
      <dc:creator>xtc283x</dc:creator>
      <dc:date>2015-04-04T23:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I read from a Winzip self-extracting (exe) zip file in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216291#M53226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to do it in two steps in SAS. First extract it from the ZIP archive and then use PROC IMPORT or LIBNAME engine to convert the XLSX file into data.&amp;nbsp; But again, there is no advantage in storing the XLSX file int a ZIP archive since the contents of the XLSX file is already compressed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 23:37:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-can-I-read-from-a-Winzip-self-extracting-exe-zip-file-in-SAS/m-p/216291#M53226</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-04-04T23:37:01Z</dc:date>
    </item>
  </channel>
</rss>

