<?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 Unzipping files on SAS Server in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Unzipping-files-on-SAS-Server/m-p/242784#M6341</link>
    <description>&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have large zipped data files on SAS Server. I would like to unzip them in the SAS server instead of downloading zipped files to the local machine, unzipping and uploading them again into SAS Server. Is there SAS codes or macros that can be used to perform unzipping zipped files on the SAS Server ? I would really appreciate your assistance in this regard. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chandara&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2016 19:09:16 GMT</pubDate>
    <dc:creator>UPRETIGOPI</dc:creator>
    <dc:date>2016-01-11T19:09:16Z</dc:date>
    <item>
      <title>Unzipping files on SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unzipping-files-on-SAS-Server/m-p/242784#M6341</link>
      <description>&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have large zipped data files on SAS Server. I would like to unzip them in the SAS server instead of downloading zipped files to the local machine, unzipping and uploading them again into SAS Server. Is there SAS codes or macros that can be used to perform unzipping zipped files on the SAS Server ? I would really appreciate your assistance in this regard. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chandara&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 19:09:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unzipping-files-on-SAS-Server/m-p/242784#M6341</guid>
      <dc:creator>UPRETIGOPI</dc:creator>
      <dc:date>2016-01-11T19:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unzipping files on SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unzipping-files-on-SAS-Server/m-p/242787#M6342</link>
      <description>&lt;P&gt;If you have SAS 9.4 you can read directly from a zipped file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise you can use OS commands to unzip the file, are you on Unix or Windows?Do you have 7z installed on the server?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a similar question from last week with code samples.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/Import-CSV-file-in-zip-format-into-sas-server/m-p/242305/highlight/true#M44989" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/Import-CSV-file-in-zip-format-into-sas-server/m-p/242305/highlight/true#M44989&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 19:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unzipping-files-on-SAS-Server/m-p/242787#M6342</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-11T19:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unzipping files on SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unzipping-files-on-SAS-Server/m-p/242805#M6343</link>
      <description>&lt;P&gt;My SAS version is 9.3 and Window environment. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:34:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unzipping-files-on-SAS-Server/m-p/242805#M6343</guid>
      <dc:creator>UPRETIGOPI</dc:creator>
      <dc:date>2016-01-11T20:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unzipping files on SAS Server</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unzipping-files-on-SAS-Server/m-p/242817#M6344</link>
      <description>&lt;P&gt;This is the code to unzip a SAS file, replacing the paths for your system.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;x &lt;SPAN class="token string"&gt;'"C:\Program Files (x86)\7-Zip\7z.exe" e "C:\_localdata\delete.zip" -o"C:\_localdata\"'&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:42:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unzipping-files-on-SAS-Server/m-p/242817#M6344</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-11T21:42:42Z</dc:date>
    </item>
  </channel>
</rss>

