<?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 how to convert dataset to zip file and zip file to dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555287#M154526</link>
    <description>&lt;P&gt;&lt;BR /&gt;libname s 'D:\' ;&lt;BR /&gt;data s.ex ;&lt;BR /&gt;set sashelp.class ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;x 'zip D:\ex.sas7bdat' D:\ex.zip ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i used above program for convert dataset to zip file but i couldn't and also how to&amp;nbsp; convert zip file to dataset in sas&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2019 06:11:41 GMT</pubDate>
    <dc:creator>thanikondharish</dc:creator>
    <dc:date>2019-05-01T06:11:41Z</dc:date>
    <item>
      <title>how to convert dataset to zip file and zip file to dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555287#M154526</link>
      <description>&lt;P&gt;&lt;BR /&gt;libname s 'D:\' ;&lt;BR /&gt;data s.ex ;&lt;BR /&gt;set sashelp.class ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;x 'zip D:\ex.sas7bdat' D:\ex.zip ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i used above program for convert dataset to zip file but i couldn't and also how to&amp;nbsp; convert zip file to dataset in sas&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 06:11:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555287#M154526</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-05-01T06:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert dataset to zip file and zip file to dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555299#M154535</link>
      <description>&lt;P&gt;Please try the gzip and gunzip commands&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;x 'gzip D:\ex.sas7bdat' ;
x 'gunzip D:\ex.sas7bdat.gz' ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 May 2019 08:29:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555299#M154535</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-05-01T08:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert dataset to zip file and zip file to dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555306#M154541</link>
      <description>thanq i got it&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 May 2019 09:07:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555306#M154541</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-05-01T09:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert dataset to zip file and zip file to dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555308#M154543</link>
      <description>Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/209685"&gt;@thanikondharish&lt;/a&gt;&lt;BR /&gt;Could you please Mark answers as helpful and correct as appropriate. It helps future users narrow down what responses to look at</description>
      <pubDate>Wed, 01 May 2019 09:12:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555308#M154543</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-05-01T09:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert dataset to zip file and zip file to dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555309#M154544</link>
      <description>how to mark ?&lt;BR /&gt;</description>
      <pubDate>Wed, 01 May 2019 09:14:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555309#M154544</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-05-01T09:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert dataset to zip file and zip file to dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555317#M154548</link>
      <description>&lt;P&gt;Below the response you should see like &lt;STRONG&gt;accept&lt;/STRONG&gt; solution, if you click that it is considered as marked.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 10:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-convert-dataset-to-zip-file-and-zip-file-to-dataset/m-p/555317#M154548</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-05-01T10:56:46Z</dc:date>
    </item>
  </channel>
</rss>

