<?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: What could be the possible reason one SAS table is much bigger than the other one in size in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/What-could-be-the-possible-reason-one-SAS-table-is-much-bigger/m-p/493822#M15397</link>
    <description>&lt;P&gt;Run &lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n1a5k5u51pvnlhn17j9v82nciokh.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;PROC CONTENTS&lt;/A&gt; on your data sets and check the lengths of the variables in them. Should give you the answer.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Sep 2018 20:19:07 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2018-09-08T20:19:07Z</dc:date>
    <item>
      <title>What could be the possible reason one SAS table is much bigger than the other one in size</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/What-could-be-the-possible-reason-one-SAS-table-is-much-bigger/m-p/493818#M15396</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created two tables with identical columns table A has 1.5 million records and SAS table B has 6.5 million records, saved in same library, both are read from text files. (A from A.txt and B from B.txt)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem I have is , although A is 1/4 the size of B , A is shown 50GB(yes 50GB) in storage and B is shown only 5 GB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder what caused that? Apparently based on my experience B's size looks reasonable, but I could not identify any issues with A, so I have no idea why table A took 50 GB in storage. (they have identical columns)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Sat, 08 Sep 2018 19:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/What-could-be-the-possible-reason-one-SAS-table-is-much-bigger/m-p/493818#M15396</guid>
      <dc:creator>ciphercong</dc:creator>
      <dc:date>2018-09-08T19:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: What could be the possible reason one SAS table is much bigger than the other one in size</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/What-could-be-the-possible-reason-one-SAS-table-is-much-bigger/m-p/493822#M15397</link>
      <description>&lt;P&gt;Run &lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n1a5k5u51pvnlhn17j9v82nciokh.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;PROC CONTENTS&lt;/A&gt; on your data sets and check the lengths of the variables in them. Should give you the answer.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Sep 2018 20:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/What-could-be-the-possible-reason-one-SAS-table-is-much-bigger/m-p/493822#M15397</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-09-08T20:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: What could be the possible reason one SAS table is much bigger than the other one in size</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/What-could-be-the-possible-reason-one-SAS-table-is-much-bigger/m-p/493842#M15398</link>
      <description>&lt;P&gt;It's possible you created A using compress=no and B using compress=yes (or possibly compress=binary).&lt;/P&gt;</description>
      <pubDate>Sat, 08 Sep 2018 23:26:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/What-could-be-the-possible-reason-one-SAS-table-is-much-bigger/m-p/493842#M15398</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-09-08T23:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: What could be the possible reason one SAS table is much bigger than the other one in size</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/What-could-be-the-possible-reason-one-SAS-table-is-much-bigger/m-p/494175#M15399</link>
      <description>&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 15:50:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/What-could-be-the-possible-reason-one-SAS-table-is-much-bigger/m-p/494175#M15399</guid>
      <dc:creator>ciphercong</dc:creator>
      <dc:date>2018-09-10T15:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: What could be the possible reason one SAS table is much bigger than the other one in size</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/What-could-be-the-possible-reason-one-SAS-table-is-much-bigger/m-p/494176#M15400</link>
      <description>Thank you! I think they are both uncompressed but worth trying..</description>
      <pubDate>Mon, 10 Sep 2018 15:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/What-could-be-the-possible-reason-one-SAS-table-is-much-bigger/m-p/494176#M15400</guid>
      <dc:creator>ciphercong</dc:creator>
      <dc:date>2018-09-10T15:51:09Z</dc:date>
    </item>
  </channel>
</rss>

