<?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: Uncompressing external zipped file in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Uncompressing-external-zipped-file/m-p/203526#M13551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. Can I use this from within SAS? I would like the whole process to be contained within a SAS program if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 19:19:09 GMT</pubDate>
    <dc:creator>cxkev182</dc:creator>
    <dc:date>2015-04-24T19:19:09Z</dc:date>
    <item>
      <title>Uncompressing external zipped file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Uncompressing-external-zipped-file/m-p/203524#M13549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SAS University Edition on Mac via VirtualBox. I need to import CSV files that come packaged in a .zip file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any code I can use that will enable SAS to extract the files first so I can then import them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 18:17:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Uncompressing-external-zipped-file/m-p/203524#M13549</guid>
      <dc:creator>cxkev182</dc:creator>
      <dc:date>2015-04-24T18:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompressing external zipped file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Uncompressing-external-zipped-file/m-p/203525#M13550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use 7zip and place those files in the shared location? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 18:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Uncompressing-external-zipped-file/m-p/203525#M13550</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-24T18:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompressing external zipped file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Uncompressing-external-zipped-file/m-p/203526#M13551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. Can I use this from within SAS? I would like the whole process to be contained within a SAS program if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 19:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Uncompressing-external-zipped-file/m-p/203526#M13551</guid>
      <dc:creator>cxkev182</dc:creator>
      <dc:date>2015-04-24T19:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompressing external zipped file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Uncompressing-external-zipped-file/m-p/203527#M13552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 class="entry-title" style="padding-bottom: 7px; font-size: 2em; font-family: Arial, sans-serif; color: #003b76;"&gt;&lt;/H1&gt;&lt;P&gt;Try the Filename ZIP method instead? See this post here that has an example of how it works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading and updating ZIP files with FILENAME ZIP&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2014/01/29/using-filename-zip/" style="font-size: 10pt; line-height: 1.5em;" 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>Fri, 24 Apr 2015 19:31:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Uncompressing-external-zipped-file/m-p/203527#M13552</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-04-24T19:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Uncompressing external zipped file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Uncompressing-external-zipped-file/m-p/203528#M13553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 20:13:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Uncompressing-external-zipped-file/m-p/203528#M13553</guid>
      <dc:creator>cxkev182</dc:creator>
      <dc:date>2015-04-24T20:13:36Z</dc:date>
    </item>
  </channel>
</rss>

