<?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: SAS memory issue in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-memory-issue/m-p/483679#M71748</link>
    <description>&lt;P&gt;That's not so much a memory problem, but a disk storage problem. Proc sql will need space to do the sorting and for the utility file, and the size of your output will depend on the variables named in the select, and the relationship between the two tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on the data and your needs, you might find that SQL is not a good solution at all. See Maxim 10.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Aug 2018 05:41:15 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-08-03T05:41:15Z</dc:date>
    <item>
      <title>SAS memory issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-memory-issue/m-p/483503#M71731</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am merging two datasets of size 30GB and 2 GB using proc sql. How much memory is required to accomplish this merge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Lokendra&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-memory-issue/m-p/483503#M71731</guid>
      <dc:creator>lokendra_devangan_corecompete_com</dc:creator>
      <dc:date>2018-08-02T17:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS memory issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-memory-issue/m-p/483528#M71732</link>
      <description>&lt;P&gt;There are many aspects which impact a query. but it looks this is perfect case where it is better to use hash join instead of SQL join. Please furnish more information related to data, so that someone can help you better. Usually databases have the capacity to guess amount of space and time a query runs through a explain plan, if not sure SAS has something available that can give space kind of information.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 19:00:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-memory-issue/m-p/483528#M71732</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2018-08-02T19:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS memory issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-memory-issue/m-p/483632#M71742</link>
      <description>&lt;P&gt;If you run your query using the SAS option FULLSTIMER it will report how much memory it is using. You can increase your MEMSIZE setting if you are running out of memory - please note this option must be set at the invocation of your SAS session.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 00:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-memory-issue/m-p/483632#M71742</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-08-03T00:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS memory issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-memory-issue/m-p/483679#M71748</link>
      <description>&lt;P&gt;That's not so much a memory problem, but a disk storage problem. Proc sql will need space to do the sorting and for the utility file, and the size of your output will depend on the variables named in the select, and the relationship between the two tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on the data and your needs, you might find that SQL is not a good solution at all. See Maxim 10.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 05:41:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-memory-issue/m-p/483679#M71748</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-08-03T05:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS memory issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-memory-issue/m-p/484254#M71809</link>
      <description>&lt;P&gt;This question cannot be answered without you giving a lot more information.&lt;/P&gt;
&lt;P&gt;At least:&lt;/P&gt;
&lt;P&gt;1. Are the tables sorted? indexed?&lt;/P&gt;
&lt;P&gt;2. What sort of join is it? Cartesian, inner, left etc?&lt;/P&gt;
&lt;P&gt;3. How many rows in each table?&lt;/P&gt;
&lt;P&gt;4. Is(are) the join key(s) unique in either or both tables?&lt;/P&gt;
&lt;P&gt;5. What is (roughly) the expected number of rows in the output table?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 04:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-memory-issue/m-p/484254#M71809</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-08-06T04:16:09Z</dc:date>
    </item>
  </channel>
</rss>

