<?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 Matter with unzipping a big file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266848#M52684</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a big file .zip :&amp;nbsp; Y:/M/N/BIG_File.zip, the size of big_file.zip is 6 GB.&lt;/P&gt;
&lt;P&gt;So I want to unzip the file big_file.zip&amp;nbsp; into a new folder : BIG_FILE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;rep --&amp;gt; Y:/M/N/rep&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use this sas code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%let dir=Y:/M/N;&lt;/P&gt;
&lt;P&gt;X cd &amp;amp;dir;&lt;/P&gt;
&lt;P&gt;filename pipe "unzip&amp;nbsp; BIG_FILE -d&amp;nbsp; REP/BIG_FILE";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I get this message :&lt;/P&gt;
&lt;P&gt;unzip : cannot find&amp;nbsp; BIG_FILE.zip, BIG_FILE.ZIP, BIG_FILE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So If i use the last code for a small file, the unzip works well.&lt;/P&gt;
&lt;P&gt;So I need to unzip a big directory with more than 6 GB.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2016 20:27:30 GMT</pubDate>
    <dc:creator>LineMoon</dc:creator>
    <dc:date>2016-04-27T20:27:30Z</dc:date>
    <item>
      <title>Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266848#M52684</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a big file .zip :&amp;nbsp; Y:/M/N/BIG_File.zip, the size of big_file.zip is 6 GB.&lt;/P&gt;
&lt;P&gt;So I want to unzip the file big_file.zip&amp;nbsp; into a new folder : BIG_FILE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;rep --&amp;gt; Y:/M/N/rep&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use this sas code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%let dir=Y:/M/N;&lt;/P&gt;
&lt;P&gt;X cd &amp;amp;dir;&lt;/P&gt;
&lt;P&gt;filename pipe "unzip&amp;nbsp; BIG_FILE -d&amp;nbsp; REP/BIG_FILE";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I get this message :&lt;/P&gt;
&lt;P&gt;unzip : cannot find&amp;nbsp; BIG_FILE.zip, BIG_FILE.ZIP, BIG_FILE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So If i use the last code for a small file, the unzip works well.&lt;/P&gt;
&lt;P&gt;So I need to unzip a big directory with more than 6 GB.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 20:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266848#M52684</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-04-27T20:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266861#M52688</link>
      <description>&lt;P&gt;Could it just be a spelling issue? &amp;nbsp;Unix treats upper case as different than lower case.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 20:52:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266861#M52688</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-04-27T20:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266866#M52692</link>
      <description>&lt;P&gt;Thank you for your intereste.&lt;/P&gt;
&lt;P&gt;No, it is not a matter of spelling,lowwer case, or upper case.&lt;/P&gt;
&lt;P&gt;I have tested that.&lt;/P&gt;
&lt;P&gt;the unzip works well for the small file, but not for a big file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 21:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266866#M52692</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-04-27T21:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266873#M52697</link>
      <description>&lt;P&gt;Post your log a screenshot of your file in the path please.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, does it work if you do it via command line? If not, then it's not a SAS issue, it's an issue with the zip utility.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 22:16:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266873#M52697</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-27T22:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266894#M52702</link>
      <description>&lt;P&gt;What version of ZIP does your system have? &amp;nbsp;You might not have support for large files. &amp;nbsp;You need at least ZIP 3.0. &amp;nbsp;Or you could try 7ZIP instead.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 02:50:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266894#M52702</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2016-04-28T02:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266902#M52703</link>
      <description>&lt;P&gt;Don't do a separate cd; instead use fully qualified filenames in the filename pipe. An external change directory will most probably have no effect on the current working directory of the SAS session.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 04:40:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/266902#M52703</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-28T04:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267129#M52750</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;
&lt;P&gt;I will check that&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 22:30:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267129#M52750</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-04-28T22:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267131#M52751</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;: Thank your message.&lt;/P&gt;
&lt;P&gt;I think gzip. But as I hear from some people, sas used his zip.&lt;/P&gt;
&lt;P&gt;So how can I identify the zip utilities on unix&amp;nbsp; and version?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 22:36:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267131#M52751</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-04-28T22:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267133#M52752</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44053"&gt;@LineMoon﻿&lt;/a&gt;&amp;nbsp;The method you're using to unzip is not a SAS method or procedure. It's using SAS to pass Unix Commands to your unix system. So whatever is on your box is what you have available.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's another way of saying:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;X "unzip blabhlbhafile";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to know the utilities on unix ask your administrator.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 22:42:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267133#M52752</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-28T22:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267176#M52773</link>
      <description>&lt;P&gt;SAS has a built-in engine to unzip input files on the fly, which you can use in filename and infile statements. Things that you call externally, OTOH, depend on the commands supplied by the operating system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, you used&lt;/P&gt;
&lt;PRE&gt;%let dir=Y:/M/N;&lt;/PRE&gt;
&lt;P&gt;which looks like a Windows path, as UNIX does not use (and does not allow) drive letters.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 08:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267176#M52773</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-29T08:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267394#M52845</link>
      <description>&lt;P&gt;No , I want to say this&lt;/P&gt;
&lt;PRE&gt;%let dir=Y/M/N;&lt;/PRE&gt;
&lt;P&gt;No , it is not a windows path, it is a unix path.&lt;/P&gt;
&lt;P&gt;in my code, I have used the correct path in unix&amp;nbsp;&amp;nbsp; %let dir= Y/M/N;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;As I say before, the code does the job well for a small file, but it does not work for a big file ( more than 2 GB)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%let dir= Y/M/N;&lt;/P&gt;
&lt;P&gt;X cd &amp;amp;dir;&lt;/P&gt;
&lt;P&gt;filename pipe "unzip&amp;nbsp; BIG_FILE -d&amp;nbsp; REP/BIG_FILE";&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 06:52:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267394#M52845</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-04-30T06:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267395#M52846</link>
      <description>&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Respected-Advisor"&gt;&lt;A id="link_48" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #007dc3;" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562" target="_self"&gt;&lt;SPAN class="login-bold"&gt;@KurtBremser&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your answer.&lt;/P&gt;
&lt;P&gt;Please,&lt;/P&gt;
&lt;P&gt;what is the impact of using "separate CD" in that ?&lt;/P&gt;
&lt;P&gt;Can you explain " use fully qualified filenames in the filename pipe" ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I observe that, If I do not use a cd, I get a strainge result for a small file, but it does not work for a big file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filename pipe "unzip V1/V2/V3/W1/W2&amp;nbsp; SMALL_FILE -d&amp;nbsp; V1/V2/R/L/Small_FILE";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to unzip a big file by sas without using Unix command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 07:39:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267395#M52846</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-04-30T07:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267402#M52847</link>
      <description>&lt;P&gt;Does the line work outside of SAS, can you unzip the file successfully at all?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 10:57:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267402#M52847</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-30T10:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267406#M52848</link>
      <description>&lt;P&gt;First of all, just read the documentation:&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/lestmtsref/68024/HTML/default/viewer.htm#n1dn0f61yfyzton1l2ngsa1clllr.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lestmtsref/68024/HTML/default/viewer.htm#n1dn0f61yfyzton1l2ngsa1clllr.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The ZIP Access Method only works for files compressed with WinZip.&lt;/P&gt;
&lt;P&gt;What's so bad about using the right tool for unzipping files? UNIX features all tools necessary for uncompressing, so use them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the "separate cd": UNIX keeps the current working directory in an environment variable (PWD) of the current process. When you use cd in a separate step, you might just change the PWD there, but (in a later step) end up in the initial working directory of the SAS process, as the environment of the subprocess where the cd was performed is lost. Therefore I recommend to use fully qualified path names for the files in the unzip command. A fully qualified path name is one that starts at the root directory - with a slash.&lt;/P&gt;
&lt;P&gt;Never assume, take full control.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 11:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267406#M52848</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-30T11:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267412#M52850</link>
      <description>&lt;P&gt;Use the -v option to ask it what version of unzip you using. &amp;nbsp;Contact your system administrator and ask them to give you access to a version that can support files larger than 2Gb.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   infile 'unzip -v' pipe;
   input;
   put _infile_;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 30 Apr 2016 13:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267412#M52850</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2016-04-30T13:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267418#M52852</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;
&lt;P&gt;I will check.&lt;/P&gt;
&lt;P&gt;For information, the line command works for a small file in sas&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 15:49:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267418#M52852</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-04-30T15:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267420#M52853</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; :Thank you for answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 15:56:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267420#M52853</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-04-30T15:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Matter with unzipping a big file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267424#M52855</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Thank you that's very kind from you&lt;/P&gt;
&lt;P&gt;intersting, so Please :&lt;/P&gt;
&lt;P&gt;- can we use the use command zip for all file with .zip extension&amp;nbsp; : file.zip ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If for some of files with extension .zip , we can not, so how can we identify, if the file was compressed by WinZip or not ?&lt;/P&gt;
&lt;P&gt;-&amp;nbsp; "A fully qualified path name is one that starts at the root directory" as you said&lt;/P&gt;
&lt;P&gt;I have used that for a small file, it works, but I get a strainge folder in Small_FilE&lt;/P&gt;
&lt;P&gt;If I use this code&lt;/P&gt;
&lt;P&gt;filename pipe "unzip /V1/V2/V3/W1/W2&amp;nbsp; SMALL_FILE -d&amp;nbsp; /V1/V2/R/L/Small_FILE";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get this strainge directories :&lt;/P&gt;
&lt;P&gt;Small_FilE//V1/V2/R/L/Small_FILE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 16:29:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Matter-with-unzipping-a-big-file/m-p/267424#M52855</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-04-30T16:29:12Z</dc:date>
    </item>
  </channel>
</rss>

