<?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 PROC EXPORT in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT/m-p/19283#M3909</link>
    <description>I am using the function which is converting my data well however the output is uncompressed.  my input file is compressed &amp;amp; after exporting i noticed that my 2g file has ballooned to 10g.  I have tried compress statements but they are ignored.&lt;BR /&gt;
&lt;BR /&gt;
is there anyway I can compress this data when exporting it?  The goal is to upload this data onto a flash drive.  &lt;BR /&gt;
&lt;BR /&gt;
options compress=binary;&lt;BR /&gt;
proc export data=test.temp(compress=BINARY)&lt;BR /&gt;
	outfile='D:\XPORT\temp.dat'&lt;BR /&gt;
	dbms=sav;&lt;BR /&gt;
run;</description>
    <pubDate>Wed, 15 Apr 2009 16:45:31 GMT</pubDate>
    <dc:creator>Hart</dc:creator>
    <dc:date>2009-04-15T16:45:31Z</dc:date>
    <item>
      <title>PROC EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT/m-p/19283#M3909</link>
      <description>I am using the function which is converting my data well however the output is uncompressed.  my input file is compressed &amp;amp; after exporting i noticed that my 2g file has ballooned to 10g.  I have tried compress statements but they are ignored.&lt;BR /&gt;
&lt;BR /&gt;
is there anyway I can compress this data when exporting it?  The goal is to upload this data onto a flash drive.  &lt;BR /&gt;
&lt;BR /&gt;
options compress=binary;&lt;BR /&gt;
proc export data=test.temp(compress=BINARY)&lt;BR /&gt;
	outfile='D:\XPORT\temp.dat'&lt;BR /&gt;
	dbms=sav;&lt;BR /&gt;
run;</description>
      <pubDate>Wed, 15 Apr 2009 16:45:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT/m-p/19283#M3909</guid>
      <dc:creator>Hart</dc:creator>
      <dc:date>2009-04-15T16:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT/m-p/19284#M3910</link>
      <description>The SAS COMPRESS= option refers to compressing SAS members.  Not sure if you can export to an SPSS-format and have it be compressed.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 15 Apr 2009 17:06:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT/m-p/19284#M3910</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-15T17:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT/m-p/19285#M3911</link>
      <description>Since you appear to be on a Windows platform, you can just use the OS to do the compression.  Use Windows Explorer to navigate to the directory, right click on the directory name, select "properties", select "general", select "advanced", check the box to compress the directory contents.  That compresses all files in, or newly created in, the directory.&lt;BR /&gt;
&lt;BR /&gt;
You can also compress a single existing file the same way.&lt;BR /&gt;
&lt;BR /&gt;
Once a file or directory is compressed, you can look at the properties again to see how much space is actually used on the disk for the file.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Wed, 15 Apr 2009 17:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT/m-p/19285#M3911</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-04-15T17:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT/m-p/19286#M3912</link>
      <description>yeah im thinking the same.  Thanks</description>
      <pubDate>Wed, 15 Apr 2009 18:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT/m-p/19286#M3912</guid>
      <dc:creator>Hart</dc:creator>
      <dc:date>2009-04-15T18:01:10Z</dc:date>
    </item>
  </channel>
</rss>

