<?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 Zip a file in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Zip-a-file/m-p/5188#M1638</link>
    <description>How to zip a file through SAS.&lt;BR /&gt;
Platform us AIX</description>
    <pubDate>Wed, 24 Oct 2007 09:03:52 GMT</pubDate>
    <dc:creator>SanjayM</dc:creator>
    <dc:date>2007-10-24T09:03:52Z</dc:date>
    <item>
      <title>Zip a file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Zip-a-file/m-p/5188#M1638</link>
      <description>How to zip a file through SAS.&lt;BR /&gt;
Platform us AIX</description>
      <pubDate>Wed, 24 Oct 2007 09:03:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Zip-a-file/m-p/5188#M1638</guid>
      <dc:creator>SanjayM</dc:creator>
      <dc:date>2007-10-24T09:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Zip a file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Zip-a-file/m-p/5189#M1639</link>
      <description>Hi:&lt;BR /&gt;
  I don't know how to do it on AIX, but this syntax (using the X command) did work for me to create a ZIP file using WINZIP command syntax (the list of files to include in the zip archive are in the zipfiles.txt file and test.zip is the name of the zip file I'm creating):&lt;BR /&gt;
[pre]&lt;BR /&gt;
x 'c:\progra~1\winzip\winzip32.exe -min -a -p c:\test.zip @c:\temp\zipfiles.txt';&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
There are also some forum postings and Tech support notes that might help:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=1064Ш" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=1064Ш&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/23/637.html" target="_blank"&gt;http://support.sas.com/kb/23/637.html&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
In addition, if you are working within the context of the SAS Enterprise Intelligence platform, you can make a stored process return "permanent package" results and you can write those results EITHER to a webDAV repository OR to the server file system. Here's a forum posting about permanent packages:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=7911ủ" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=7911ủ&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
In addition, one of the new features of ODS in 9.2 will be the ability to create SAS package files using ODS PACKAGE capability:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/ods/odspackages/index.html" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odspackages/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
If you need more help figuring out how to zip, tar or make packages, Tech Support would be the place to go. They have Unix/AIX systems that they can use to help with operating system syntax.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 24 Oct 2007 14:47:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Zip-a-file/m-p/5189#M1639</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-10-24T14:47:13Z</dc:date>
    </item>
  </channel>
</rss>

