<?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 zip file in sas/window in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Read-zip-file-in-sas-window/m-p/719717#M222875</link>
    <description>&lt;P&gt;Yes , it is a zipped sas dataset&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Feb 2021 20:36:37 GMT</pubDate>
    <dc:creator>arunrami</dc:creator>
    <dc:date>2021-02-16T20:36:37Z</dc:date>
    <item>
      <title>Read zip file in sas/window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-zip-file-in-sas-window/m-p/719283#M222700</link>
      <description>Can anyone explain how to read zipped dataset with the help of SAS and as well as zip command in sas /window platform?</description>
      <pubDate>Mon, 15 Feb 2021 07:29:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-zip-file-in-sas-window/m-p/719283#M222700</guid>
      <dc:creator>arunrami</dc:creator>
      <dc:date>2021-02-15T07:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Read zip file in sas/window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-zip-file-in-sas-window/m-p/719286#M222702</link>
      <description>&lt;P&gt;Please have look at the documentation of the filename statement and/or use the search-function. Dealing with zip-files has already been discussed in full-detail.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 08:04:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-zip-file-in-sas-window/m-p/719286#M222702</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-02-15T08:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Read zip file in sas/window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-zip-file-in-sas-window/m-p/719496#M222773</link>
      <description>&lt;P&gt;Is it an actual SAS data set (extension &lt;FONT face="courier new,courier"&gt;sas7bdat&lt;/FONT&gt;) in the zip file?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, as mentioned, this question has been answered many times. Please expose a specific problem if you have one.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 21:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-zip-file-in-sas-window/m-p/719496#M222773</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-02-16T21:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Read zip file in sas/window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-zip-file-in-sas-window/m-p/719717#M222875</link>
      <description>&lt;P&gt;Yes , it is a zipped sas dataset&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 20:36:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-zip-file-in-sas-window/m-p/719717#M222875</guid>
      <dc:creator>arunrami</dc:creator>
      <dc:date>2021-02-16T20:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Read zip file in sas/window</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-zip-file-in-sas-window/m-p/719726#M222877</link>
      <description>&lt;P&gt;I can't think of a way to use a sas data set without first extracting it from the zip file. Which you can do using SAS of course:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename IN zip 'C:\temp\data.zip' member='mydata.sas7bdat' recfm=n;
filename OUT "%sysfunc(pathname(work))/mydata.sas7bdat" recfm=n;
data _null_;
   RC=fcopy('IN','OUT');
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 21:29:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-zip-file-in-sas-window/m-p/719726#M222877</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-02-16T21:29:36Z</dc:date>
    </item>
  </channel>
</rss>

