<?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: How to compress output file in sas on Unix? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-compress-output-file-in-sas-on-Unix/m-p/107432#M9943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Emailing such large file on a daily basis sounds like an architectural nightmare (ok, maybe I &lt;SPAN class="hps"&gt;exaggerate a bit).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;What kind of informations is this, and who are the recievers?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;You might want to consider other alternatives for data/information distribution.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 11:30:25 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2013-10-09T11:30:25Z</dc:date>
    <item>
      <title>How to compress output file in sas on Unix?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-compress-output-file-in-sas-on-Unix/m-p/107429#M9940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the request, Output fle should be created as CSV format and it should send to E-Mail address on daily basis. In that case, My problem is size of the output file is exceeds 6 MB. So the program is unable to send a file to respective address. Could you please help me out how to compress the output CSV file before sending to E-Mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that I am running sas program on Unix environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Kannan Baskar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 04:12:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-compress-output-file-in-sas-on-Unix/m-p/107429#M9940</guid>
      <dc:creator>KannanBaskar</dc:creator>
      <dc:date>2013-10-09T04:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to compress output file in sas on Unix?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-compress-output-file-in-sas-on-Unix/m-p/107430#M9941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt; You could use a command line instruction to start up a zip program (or the Unix equivalent) to compress the CSV file into the zip file. Then, email the zip file instead of the CSV file.&lt;/P&gt;&lt;P&gt; There have been previous posts on using a zip utility and many posts on emailing. If you have specific questions about how to do this on Unix, you might want to work with Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 04:25:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-compress-output-file-in-sas-on-Unix/m-p/107430#M9941</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-10-09T04:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to compress output file in sas on Unix?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-compress-output-file-in-sas-on-Unix/m-p/107431#M9942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Baskar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use "GZIP" and "GUNZIP" command to compress related work with all type of files on unix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Uma Shanker Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 10:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-compress-output-file-in-sas-on-Unix/m-p/107431#M9942</guid>
      <dc:creator>umashankersaini</dc:creator>
      <dc:date>2013-10-09T10:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to compress output file in sas on Unix?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-compress-output-file-in-sas-on-Unix/m-p/107432#M9943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Emailing such large file on a daily basis sounds like an architectural nightmare (ok, maybe I &lt;SPAN class="hps"&gt;exaggerate a bit).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;What kind of informations is this, and who are the recievers?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;You might want to consider other alternatives for data/information distribution.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 11:30:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-compress-output-file-in-sas-on-Unix/m-p/107432#M9943</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-10-09T11:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to compress output file in sas on Unix?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-compress-output-file-in-sas-on-Unix/m-p/107433#M9944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add to Cynthia's post:&lt;/P&gt;&lt;P&gt;You can use a command like "filename dummy pipe '&amp;lt;zip command&amp;gt;'; "&lt;/P&gt;&lt;P&gt;Beginning with SAS 9.4 there is now also a zip engine which you could use: &lt;A href="http://support.sas.com/documentation/cdl/en/lestmtsref/65040/HTML/default/viewer.htm#n1dn0f61yfyzton1l2ngsa1clllr.htm" title="http://support.sas.com/documentation/cdl/en/lestmtsref/65040/HTML/default/viewer.htm#n1dn0f61yfyzton1l2ngsa1clllr.htm"&gt;SAS(R) 9.4 Statements: Reference&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 13:42:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-compress-output-file-in-sas-on-Unix/m-p/107433#M9944</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-10-09T13:42:36Z</dc:date>
    </item>
  </channel>
</rss>

