<?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: Index Utilization in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Index-Utilization/m-p/39992#M8092</link>
    <description>Hi.&lt;BR /&gt;
Do you use proc sql to create index? and using proc contents to view the index is really created?</description>
    <pubDate>Fri, 26 Nov 2010 02:10:30 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2010-11-26T02:10:30Z</dc:date>
    <item>
      <title>Index Utilization</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-Utilization/m-p/39990#M8090</link>
      <description>I have a large dataset and set up indexes on a couple of columns. Then I wrote a PROC SQL to take advantage of the indexes to get the data from this dataset, but it still takes a long time to return the results. I am wondering if SAS actually uses the indexes to speed up the data retrieval. Does SAS offer any tool to analyze a query? Oracle offers the EXPLAIN command for users to analyze a query to see if it uses the index as intended. So I wonder SAS has a similar tool.</description>
      <pubDate>Thu, 25 Nov 2010 22:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-Utilization/m-p/39990#M8090</guid>
      <dc:creator>aha123</dc:creator>
      <dc:date>2010-11-25T22:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Index Utilization</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-Utilization/m-p/39991#M8091</link>
      <description>try the _method option like&lt;BR /&gt;
proc sql  _method ;&lt;BR /&gt;
it will indicate which methods are used&lt;BR /&gt;
there are papers on the feature</description>
      <pubDate>Thu, 25 Nov 2010 23:04:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-Utilization/m-p/39991#M8091</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2010-11-25T23:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Index Utilization</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-Utilization/m-p/39992#M8092</link>
      <description>Hi.&lt;BR /&gt;
Do you use proc sql to create index? and using proc contents to view the index is really created?</description>
      <pubDate>Fri, 26 Nov 2010 02:10:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-Utilization/m-p/39992#M8092</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-11-26T02:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Index Utilization</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-Utilization/m-p/39993#M8093</link>
      <description>Suggestion to the OP: share your code, as part of the SAS-generated log (not just your code statements).  This would include both index-creating code and any subsequent retrieval code - using COPY / PASTE in your forum post-reply.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 26 Nov 2010 03:52:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-Utilization/m-p/39993#M8093</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-11-26T03:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Index Utilization</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-Utilization/m-p/39994#M8094</link>
      <description>@Peter  Thanks! proc sql _method is exactly what I am looking for.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
sbb sounds like a mod but useless.</description>
      <pubDate>Fri, 26 Nov 2010 04:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-Utilization/m-p/39994#M8094</guid>
      <dc:creator>aha123</dc:creator>
      <dc:date>2010-11-26T04:33:18Z</dc:date>
    </item>
  </channel>
</rss>

