<?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 The size of files after Proc append in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/The-size-of-files-after-Proc-append/m-p/478125#M71332</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used proc append to add observations from one sas&amp;nbsp;data set to the end of another sas&amp;nbsp;data set. However, I noticed the size of new dataset is much bigger than the sum of three adding data sets. I thought the size should be around the sum of three. Is there something wrong with the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data d.rat15to17; set d.rat15; run;&lt;BR /&gt;proc append base=d.rat15to17 data=d.rat16; run;&lt;BR /&gt;proc append base=d.srat15to17 data=d.rat17; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chloe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 14 Jul 2018 17:02:45 GMT</pubDate>
    <dc:creator>CC13</dc:creator>
    <dc:date>2018-07-14T17:02:45Z</dc:date>
    <item>
      <title>The size of files after Proc append</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/The-size-of-files-after-Proc-append/m-p/478125#M71332</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used proc append to add observations from one sas&amp;nbsp;data set to the end of another sas&amp;nbsp;data set. However, I noticed the size of new dataset is much bigger than the sum of three adding data sets. I thought the size should be around the sum of three. Is there something wrong with the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data d.rat15to17; set d.rat15; run;&lt;BR /&gt;proc append base=d.rat15to17 data=d.rat16; run;&lt;BR /&gt;proc append base=d.srat15to17 data=d.rat17; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chloe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jul 2018 17:02:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/The-size-of-files-after-Proc-append/m-p/478125#M71332</guid>
      <dc:creator>CC13</dc:creator>
      <dc:date>2018-07-14T17:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: The size of files after Proc append</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/The-size-of-files-after-Proc-append/m-p/478126#M71333</link>
      <description>&lt;P&gt;A difficult question to answer without knowing the data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are the variable lengths equal? Are any of the data sets compressed?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jul 2018 17:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/The-size-of-files-after-Proc-append/m-p/478126#M71333</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-07-14T17:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: The size of files after Proc append</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/The-size-of-files-after-Proc-append/m-p/478128#M71334</link>
      <description>Thank you for the answers!&lt;BR /&gt;&lt;BR /&gt;The variable lengths are different and I checked I didn't compress the data in the new files which caused the size difference.</description>
      <pubDate>Sat, 14 Jul 2018 17:30:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/The-size-of-files-after-Proc-append/m-p/478128#M71334</guid>
      <dc:creator>CC13</dc:creator>
      <dc:date>2018-07-14T17:30:47Z</dc:date>
    </item>
  </channel>
</rss>

