<?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 zip sas datasets on sas grid linux server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-zip-sas-datasets-on-sas-grid-linux-server/m-p/702935#M215336</link>
    <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some files stored on sas grid (linux server). the usual command. I use sas eg for programming. I need to zip up some sas datasets on the linux server.&lt;/P&gt;&lt;P&gt;The following code is not working. Any alternatives?&lt;/P&gt;&lt;P&gt;&amp;nbsp;X gzip "/gpfsFS2/sas/folders/201912/carsinformation.sas7bdat";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2020 23:57:02 GMT</pubDate>
    <dc:creator>sahnti</dc:creator>
    <dc:date>2020-12-01T23:57:02Z</dc:date>
    <item>
      <title>how to zip sas datasets on sas grid linux server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-zip-sas-datasets-on-sas-grid-linux-server/m-p/702935#M215336</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some files stored on sas grid (linux server). the usual command. I use sas eg for programming. I need to zip up some sas datasets on the linux server.&lt;/P&gt;&lt;P&gt;The following code is not working. Any alternatives?&lt;/P&gt;&lt;P&gt;&amp;nbsp;X gzip "/gpfsFS2/sas/folders/201912/carsinformation.sas7bdat";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 23:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-zip-sas-datasets-on-sas-grid-linux-server/m-p/702935#M215336</guid>
      <dc:creator>sahnti</dc:creator>
      <dc:date>2020-12-01T23:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to zip sas datasets on sas grid linux server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-zip-sas-datasets-on-sas-grid-linux-server/m-p/702940#M215341</link>
      <description>&lt;P&gt;Have you tried this method?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename CSV "%sysfunc(pathname(WORK))/file.csv"; 

ods package(zipout) open nopf; 
ods package(zipout) add file=CSV path="/"; 
ods package(zipout) publish archive  
      properties (archive_name="file.zip" 
                  archive_path="%sysfunc(pathname(WORK))"); 
ods package(zipout) close; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 00:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-zip-sas-datasets-on-sas-grid-linux-server/m-p/702940#M215341</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-12-02T00:35:31Z</dc:date>
    </item>
  </channel>
</rss>

