<?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: Reg:TO find the Size (Memory) of The New Table in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Reg-TO-find-the-Size-Memory-of-The-New-Table/m-p/63090#M17941</link>
    <description>Suggest starting with PROC CONTENTS output - also, refer to details in your particular OS environment's SAS "companion" documentation.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
&lt;BR /&gt;
proc contents estimate file size site:sas.com</description>
    <pubDate>Mon, 17 Jan 2011 14:53:48 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2011-01-17T14:53:48Z</dc:date>
    <item>
      <title>Reg:TO find the Size (Memory) of The New Table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-TO-find-the-Size-Memory-of-The-New-Table/m-p/63088#M17939</link>
      <description>Hi i am having two tables and i should join them by using proc sql and the joining columns are unique and the size of each dataset is 18-20 gb can u let me know is there any chance to fine the size of the new dataset ,Prior to join as there was less space i  my memory</description>
      <pubDate>Mon, 17 Jan 2011 10:20:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-TO-find-the-Size-Memory-of-The-New-Table/m-p/63088#M17939</guid>
      <dc:creator>R_Win</dc:creator>
      <dc:date>2011-01-17T10:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:TO find the Size (Memory) of The New Table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-TO-find-the-Size-Memory-of-The-New-Table/m-p/63089#M17940</link>
      <description>Cant say forsure on the size issue, but if you are running into space issues, make sure you are at least using some form of compression:&lt;BR /&gt;
&lt;BR /&gt;
options compress=binary;</description>
      <pubDate>Mon, 17 Jan 2011 13:35:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-TO-find-the-Size-Memory-of-The-New-Table/m-p/63089#M17940</guid>
      <dc:creator>SteveFrensch</dc:creator>
      <dc:date>2011-01-17T13:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:TO find the Size (Memory) of The New Table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-TO-find-the-Size-Memory-of-The-New-Table/m-p/63090#M17941</link>
      <description>Suggest starting with PROC CONTENTS output - also, refer to details in your particular OS environment's SAS "companion" documentation.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
&lt;BR /&gt;
proc contents estimate file size site:sas.com</description>
      <pubDate>Mon, 17 Jan 2011 14:53:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-TO-find-the-Size-Memory-of-The-New-Table/m-p/63090#M17941</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2011-01-17T14:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:TO find the Size (Memory) of The New Table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-TO-find-the-Size-Memory-of-The-New-Table/m-p/63091#M17942</link>
      <description>You can roughly compute the resulting data set size with the &lt;BR /&gt;
&lt;BR /&gt;
("length of record 1" + "length of record 2") * (NObs1 + Nobs2 - NMatchingObs)&lt;BR /&gt;
&lt;BR /&gt;
You could get closer with two test runs.  One with all the row and limit to the joining columns (to find the total number of observations) and one with just a few rows from each table (to find the length of one row).&lt;BR /&gt;
&lt;BR /&gt;
However, if you are having space difficulties, you also need to look at the amount of work space that SQL will use.  For that, you need the SAS companion for the OS and the SAS manual for SQL.  If you are on a mainframe, SQL may use an external sort procedure depending on what your local admins set up.&lt;BR /&gt;
&lt;BR /&gt;
Personally, I find the OS compression to be superior to SAS compression if that is available to you.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Mon, 17 Jan 2011 16:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-TO-find-the-Size-Memory-of-The-New-Table/m-p/63091#M17942</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-01-17T16:25:53Z</dc:date>
    </item>
  </channel>
</rss>

