<?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: Zip files from SAS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/410#M172</link>
    <description>You may have to supply the path i.e.&lt;BR /&gt;
&lt;BR /&gt;
c:\program files\winzip\zip.exe...&lt;BR /&gt;
&lt;BR /&gt;
or whatever your executable is.&lt;BR /&gt;
&lt;BR /&gt;
Find it with explorer first.</description>
    <pubDate>Wed, 12 Apr 2006 16:12:34 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-04-12T16:12:34Z</dc:date>
    <item>
      <title>Zip files from SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/407#M169</link>
      <description>Does anyone know how to zip files using SAS9 for windows.&lt;BR /&gt;
We are using winzip. Thanks</description>
      <pubDate>Tue, 11 Apr 2006 15:46:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/407#M169</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-04-11T15:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Zip files from SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/408#M170</link>
      <description>You can use the x followed by the unzip command you want to..&lt;BR /&gt;
&lt;BR /&gt;
eg..&lt;BR /&gt;
&lt;BR /&gt;
x 'zip test.zip *.txt';</description>
      <pubDate>Tue, 11 Apr 2006 17:24:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/408#M170</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-04-11T17:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Zip files from SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/409#M171</link>
      <description>thanks Sameer, I tried your code and it opens the command prompt DOS window, and does nothing. Any idea?</description>
      <pubDate>Tue, 11 Apr 2006 18:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/409#M171</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-04-11T18:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Zip files from SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/410#M172</link>
      <description>You may have to supply the path i.e.&lt;BR /&gt;
&lt;BR /&gt;
c:\program files\winzip\zip.exe...&lt;BR /&gt;
&lt;BR /&gt;
or whatever your executable is.&lt;BR /&gt;
&lt;BR /&gt;
Find it with explorer first.</description>
      <pubDate>Wed, 12 Apr 2006 16:12:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/410#M172</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-04-12T16:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Zip files from SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/411#M173</link>
      <description>Try adding the path down to the directory where the WinZip application is installed. The below creates the zip file c:\zzz.zip with all of the .txt files in the directory. You can also use the FILENAME statement and PIPE device which is featured in an example on the SUPPORT.SAS.COM home page. This example unzips a file however. &lt;BR /&gt;
&lt;BR /&gt;
x '"c:\program files\winzip\wzzip.exe"  c:\zzz.zip *.txt';&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/samples/index.jsp?sid=1584" target="_blank"&gt;http://support.sas.com/ctx/samples/index.jsp?sid=1584&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: David@SAS at Apr 12, 2006 1:12 PM

&lt;BR /&gt;
Message was edited by: David@SAS at Apr 12, 2006 1:12 PM&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Apr 2006 16:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/411#M173</guid>
      <dc:creator>Chevell_sas</dc:creator>
      <dc:date>2006-04-12T16:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Zip files from SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/412#M174</link>
      <description>You may also need to use the noxwait and noxsync options to avoid having to manually exit the command prompt upon completion of calling the unzip program.</description>
      <pubDate>Sun, 16 Apr 2006 08:22:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/412#M174</guid>
      <dc:creator>mlamias</dc:creator>
      <dc:date>2006-04-16T08:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Zip files from SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/413#M175</link>
      <description>thank you all. This was exactly what I was looking for</description>
      <pubDate>Mon, 17 Apr 2006 12:41:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/413#M175</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-04-17T12:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Zip files from SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/414#M176</link>
      <description>For ZIPing under MVS, if you have PKZIP licensed, see &lt;BR /&gt;
&lt;BR /&gt;
   &lt;&gt;&lt;/&gt;</description>
      <pubDate>Thu, 20 Apr 2006 16:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Zip-files-from-SAS/m-p/414#M176</guid>
      <dc:creator>JackHamilton</dc:creator>
      <dc:date>2006-04-20T16:57:16Z</dc:date>
    </item>
  </channel>
</rss>

