<?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: Performance Issue (Proc SQL) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Performance-Issue-Proc-SQL/m-p/10390#M777</link>
    <description>You have probably run out of memory (or run up against the OS limit) and it is swapping to disk; SQL has to hold all of the results in memory.  Better to break the query into pieces or use PROC FREQ (though you still may run out of memory) as described to you last month&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/message.jspa?messageID=17830#17830" target="_blank"&gt;http://support.sas.com/forums/message.jspa?messageID=17830#17830&lt;/A&gt;</description>
    <pubDate>Wed, 25 Mar 2009 15:55:05 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-03-25T15:55:05Z</dc:date>
    <item>
      <title>Performance Issue (Proc SQL)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Performance-Issue-Proc-SQL/m-p/10389#M776</link>
      <description>I have a dataset with arround 400 variables and it has 3 lakh records&lt;BR /&gt;
i want to calculate all variables unique count,&lt;BR /&gt;
&lt;BR /&gt;
i have used&lt;BR /&gt;
proc sql; distinct count &lt;BR /&gt;
&lt;BR /&gt;
but it is taking too much time that is around 1hr 20min&lt;BR /&gt;
&lt;BR /&gt;
can anybody help me in this?</description>
      <pubDate>Wed, 25 Mar 2009 08:51:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Performance-Issue-Proc-SQL/m-p/10389#M776</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-25T08:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue (Proc SQL)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Performance-Issue-Proc-SQL/m-p/10390#M777</link>
      <description>You have probably run out of memory (or run up against the OS limit) and it is swapping to disk; SQL has to hold all of the results in memory.  Better to break the query into pieces or use PROC FREQ (though you still may run out of memory) as described to you last month&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/message.jspa?messageID=17830#17830" target="_blank"&gt;http://support.sas.com/forums/message.jspa?messageID=17830#17830&lt;/A&gt;</description>
      <pubDate>Wed, 25 Mar 2009 15:55:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Performance-Issue-Proc-SQL/m-p/10390#M777</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-03-25T15:55:05Z</dc:date>
    </item>
  </channel>
</rss>

