<?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: long time to get the results for query in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9120#M2510</link>
    <description>I'm using this kind of environment for first time..I don't know how to access this files(without&lt;BR /&gt;
point and click interface).&lt;BR /&gt;
&lt;BR /&gt;
i'm doing like this.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
unders servers...sas server(name) :SASAPP&lt;BR /&gt;
&lt;BR /&gt;
folder under sas server(where oracle table are stored)&lt;BR /&gt;
ctest_data&lt;BR /&gt;
&lt;BR /&gt;
i'm trying to access ctest_data.tablename.Getting error saying,libname ctest_data&lt;BR /&gt;
not found.&lt;BR /&gt;
&lt;BR /&gt;
we don't have any kind of access to server(i mean userid password or path or dsn)..&lt;BR /&gt;
I don't know how to use libname statement.&lt;BR /&gt;
&lt;BR /&gt;
Pls someone help me on this issue.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
brm</description>
    <pubDate>Wed, 08 Jun 2011 18:37:16 GMT</pubDate>
    <dc:creator>brm</dc:creator>
    <dc:date>2011-06-08T18:37:16Z</dc:date>
    <item>
      <title>long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9115#M2505</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
     I'm working on Environment where we have connection to the database from sas server.We are using EG 4.2 to access those database files.&lt;BR /&gt;
&lt;BR /&gt;
I'm running below query,it is running since 40 min.I have million records to process.&lt;BR /&gt;
&lt;BR /&gt;
select fs.sender_name "Specialty Pharmacy",&lt;BR /&gt;
&lt;BR /&gt;
       pat.drc_case_id "DRC CASE ID",&lt;BR /&gt;
&lt;BR /&gt;
       ship.most_recent_ship_date "Milestone_Date",&lt;BR /&gt;
&lt;BR /&gt;
       ship.ndc_nbr "Product",&lt;BR /&gt;
&lt;BR /&gt;
       'Ship' as "Milestone_Type"&lt;BR /&gt;
&lt;BR /&gt;
       bi.num_of_days_supplied "Days of Therapy"&lt;BR /&gt;
&lt;BR /&gt;
  from cld_account_cooked acct,&lt;BR /&gt;
&lt;BR /&gt;
       cld_benefit_cooked bi,&lt;BR /&gt;
&lt;BR /&gt;
       received_files rf,&lt;BR /&gt;
&lt;BR /&gt;
       cload.file_senders fs,&lt;BR /&gt;
&lt;BR /&gt;
       cld_patient_cooked pat&lt;BR /&gt;
&lt;BR /&gt;
  left join cld_detail_cooked ship on ship.cld_patient_cooked_id = pat.cld_patient_cooked_id&lt;BR /&gt;
&lt;BR /&gt;
where rf.file_date_of_report &amp;gt;= '01-Jan-2010'&lt;BR /&gt;
&lt;BR /&gt;
   and fs.sender_name = 'SDI CuraScript'&lt;BR /&gt;
&lt;BR /&gt;
   and rf.received_file_id = pat.received_file_id&lt;BR /&gt;
&lt;BR /&gt;
   and acct.cld_account_cooked_id = pat.cld_account_cooked_id&lt;BR /&gt;
&lt;BR /&gt;
   and bi.cld_patient_cooked_id = pat.cld_patient_cooked_id&lt;BR /&gt;
&lt;BR /&gt;
   and fs.file_sender_id = rf.file_sender_id)&lt;BR /&gt;
&lt;BR /&gt;
Could somebody suggest me what i can do to improve performance.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
brm.</description>
      <pubDate>Tue, 07 Jun 2011 22:39:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9115#M2505</guid>
      <dc:creator>brm</dc:creator>
      <dc:date>2011-06-07T22:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9116#M2506</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I assume that you are accessing an external relational database, using some access engine. If this is the case, or you are using your local ODBC from SAS EG, then, your query is probably not implicitly able to use SQL passthrough. That means, that SAS need to copy the entire database contents before it is able to process the query, as apposed to using the DBMS to carry out the processing and only pushing through the data that you need. This is the difference between waiting minutes, possibly hours, compared to a few seconds.&lt;BR /&gt;
&lt;BR /&gt;
If you dig up from the SAS Global Forum 2011 the Paper 'Explicit SQL Pass-through: Is it Still Useful', there are some hints on this issue. This article is also useful:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/resources/papers/sgf2008/optimization.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/sgf2008/optimization.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Nick</description>
      <pubDate>Wed, 08 Jun 2011 09:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9116#M2506</guid>
      <dc:creator>nrose</dc:creator>
      <dc:date>2011-06-08T09:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9117#M2507</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
Using below option will show you in the log what Oracle SQL syntax actually gets sent to the DB.&lt;BR /&gt;
options sastrace=',,,d' sastraceloc=saslog nostsuffix;&lt;BR /&gt;
from: &lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a000433982.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a000433982.htm&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
You're joining 6 tables (one of it a left join). Depending of what path Oracle takes this could be quite inefficient.&lt;BR /&gt;
&lt;BR /&gt;
It sometimes helps to just re-order the joins a bit. What I like to do in such a case is to use a tool like SQL developer, write my SQL query in Oracle syntax and then use explain - and also look at the "Costs". This makes tweaking the code much easier.&lt;BR /&gt;
&lt;BR /&gt;
If you don't have this possibility then one way worth trying could be to identify tables where an inner join reduces volumes the most and then reformulate your query accordingly. I.e. let's say the inner join of account and patient:&lt;BR /&gt;
&lt;BR /&gt;
select fs.sender_name "Specialty Pharmacy",&lt;BR /&gt;
pat.drc_case_id "DRC CASE ID",&lt;BR /&gt;
ship.most_recent_ship_date "Milestone_Date",&lt;BR /&gt;
ship.ndc_nbr "Product",&lt;BR /&gt;
'Ship' as "Milestone_Type"&lt;BR /&gt;
bi.num_of_days_supplied "Days of Therapy"&lt;BR /&gt;
&lt;BR /&gt;
from&lt;BR /&gt;
( &lt;BR /&gt;
cld_account_cooked acct,&lt;BR /&gt;
cld_benefit_cooked bi,&lt;BR /&gt;
received_files rf,&lt;BR /&gt;
&lt;BR /&gt;
cload.file_senders fs,&lt;BR /&gt;
(select &lt;BR /&gt;
  pat.drc_case_id "DRC CASE ID",pat.received_file_id&lt;BR /&gt;
  from &lt;BR /&gt;
  cld_account_cooked acct,&lt;BR /&gt;
  cld_patient_cooked pat&lt;BR /&gt;
  where acct.cld_account_cooked_id = pat.cld_account_cooked_id&lt;BR /&gt;
) pat&lt;BR /&gt;
)&lt;BR /&gt;
left join cld_detail_cooked ship on ship.cld_patient_cooked_id = pat.cld_patient_cooked_id&lt;BR /&gt;
&lt;BR /&gt;
where rf.file_date_of_report lt;= '01-Jan-2010'&lt;BR /&gt;
and fs.sender_name = 'SDI CuraScript'&lt;BR /&gt;
and rf.received_file_id = pat.received_file_id&lt;BR /&gt;
and bi.cld_patient_cooked_id = pat.cld_patient_cooked_id&lt;BR /&gt;
and fs.file_sender_id = rf.file_sender_id&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
As inner joins perform normally much better than left joins you could also try to have all the inner joins in such a sub-select bracket and only then add the left join.&lt;BR /&gt;
&lt;BR /&gt;
Make also sure that the table for the left join has a 1 to zero or one cardinality or else you might end up with much more resulting rows than expected (and this would be a reason for the long running query).&lt;BR /&gt;
&lt;BR /&gt;
By the way: Should the date end with a 'd': '01-Jan-2010'd&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Patrick

Message was edited by: Patrick</description>
      <pubDate>Wed, 08 Jun 2011 12:08:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9117#M2507</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2011-06-08T12:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9118#M2508</link>
      <description>Yes Nick i'm trying to access an external relational database, using SAS Server.&lt;BR /&gt;
&lt;BR /&gt;
All database tables r there in one folder called XYZ.&lt;BR /&gt;
&lt;BR /&gt;
If i'm trying to access those tables programatically,for example&lt;BR /&gt;
&lt;BR /&gt;
XYZ.tablename...EG giving error saying not able to find that folder.&lt;BR /&gt;
&lt;BR /&gt;
Can you suggest me how can i access those tables...rather than point and click interface.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
brm</description>
      <pubDate>Wed, 08 Jun 2011 16:34:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9118#M2508</guid>
      <dc:creator>brm</dc:creator>
      <dc:date>2011-06-08T16:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9119#M2509</link>
      <description>Can you share a copy of the log with the error message as well as the log for assigning the LIBNAME.  I suspect your LIBNAME statement.&lt;BR /&gt;
&lt;BR /&gt;
When you use the point-and-click interface to get to the database, you are actually accessing it from the client rather than the server.  That too may be part of the slowness; see&lt;BR /&gt;
&lt;A href="http://www.youtube.com/watch?v=OSTa1EUpKT8" target="_blank"&gt;http://www.youtube.com/watch?v=OSTa1EUpKT8&lt;/A&gt;&lt;BR /&gt;
for an example of the problem.</description>
      <pubDate>Wed, 08 Jun 2011 18:13:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9119#M2509</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-06-08T18:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9120#M2510</link>
      <description>I'm using this kind of environment for first time..I don't know how to access this files(without&lt;BR /&gt;
point and click interface).&lt;BR /&gt;
&lt;BR /&gt;
i'm doing like this.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
unders servers...sas server(name) :SASAPP&lt;BR /&gt;
&lt;BR /&gt;
folder under sas server(where oracle table are stored)&lt;BR /&gt;
ctest_data&lt;BR /&gt;
&lt;BR /&gt;
i'm trying to access ctest_data.tablename.Getting error saying,libname ctest_data&lt;BR /&gt;
not found.&lt;BR /&gt;
&lt;BR /&gt;
we don't have any kind of access to server(i mean userid password or path or dsn)..&lt;BR /&gt;
I don't know how to use libname statement.&lt;BR /&gt;
&lt;BR /&gt;
Pls someone help me on this issue.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
brm</description>
      <pubDate>Wed, 08 Jun 2011 18:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9120#M2510</guid>
      <dc:creator>brm</dc:creator>
      <dc:date>2011-06-08T18:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9121#M2511</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
Right click on the table and select "Add to project". &lt;BR /&gt;
&lt;BR /&gt;
Double click the table under the project flow. If this opens it and you can see data then access to the data base as such works. If this doesn't work then contact your SAS admin as this is then an issue you can't resolve.&lt;BR /&gt;
&lt;BR /&gt;
If access to data works:&lt;BR /&gt;
Open a program window and drag the table from the process flow into the program window.&lt;BR /&gt;
&lt;BR /&gt;
This will create a comment in your program window with the correct libref and table name. Just use exactly this one in your FROM statement.&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Patrick</description>
      <pubDate>Thu, 09 Jun 2011 04:13:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9121#M2511</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2011-06-09T04:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9122#M2512</link>
      <description>Here is the libname ststement and error message.&lt;BR /&gt;
&lt;BR /&gt;
libname CLOAD_RT SASApp user=xyz password=XXXXXXXX path='abc';&lt;BR /&gt;
ERROR: The SASAPP engine cannot be found.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
16         PROC SQL;&lt;BR /&gt;
17         SELECT fs.sender_name FROM CLOAD_RT.FILE_SENDERS fs&lt;BR /&gt;
18         WHERE fs.sender_name = 'SDI CuraScript';&lt;BR /&gt;
ERROR: Libname CLOAD_RT is not assigned.</description>
      <pubDate>Thu, 09 Jun 2011 04:16:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9122#M2512</guid>
      <dc:creator>brm</dc:creator>
      <dc:date>2011-06-09T04:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9123#M2513</link>
      <description>I don't have oracle installed on local machine</description>
      <pubDate>Thu, 09 Jun 2011 04:21:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9123#M2513</guid>
      <dc:creator>brm</dc:creator>
      <dc:date>2011-06-09T04:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9124#M2514</link>
      <description>Patrick,&lt;BR /&gt;
&lt;BR /&gt;
Access to the data worked....but if i drag the table and placing in the program window it's not genarating libname statement.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
brm</description>
      <pubDate>Thu, 09 Jun 2011 04:51:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9124#M2514</guid>
      <dc:creator>brm</dc:creator>
      <dc:date>2011-06-09T04:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9125#M2515</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
   Following the same steps u suggested,but still giving an error saying library is not assigned.&lt;BR /&gt;
&lt;BR /&gt;
/*Data Source:  CLOAD_RT.RECEIVED_FILES */&lt;BR /&gt;
&lt;BR /&gt;
/*Data Source:  CLOAD_RT.FILE_SENDERS */&lt;BR /&gt;
PROC SQL;&lt;BR /&gt;
CREATE TABLE TEST AS&lt;BR /&gt;
 SELECT * FROM CLOAD_RT.RECEIVED_FILES;&lt;BR /&gt;
QUIT;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Libname CLOAD_RT is not assigned.</description>
      <pubDate>Thu, 09 Jun 2011 17:37:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9125#M2515</guid>
      <dc:creator>brm</dc:creator>
      <dc:date>2011-06-09T17:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9126#M2516</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
If you can click on the table as such and you see the data connection to the database works and rights to access table data are sufficient.&lt;BR /&gt;
&lt;BR /&gt;
Dragging the table into the program window will generate the correct syntax for libref.tablename to be used in any program window.&lt;BR /&gt;
&lt;BR /&gt;
The error you're getting is possibly caused because the library is NOT pre-assigned - meaning the library node is initially white and not yellow. If so then first right click on this node and choose "assign".&lt;BR /&gt;
&lt;BR /&gt;
Also: If you have several servers showing up in EG make sure you're running your code on the correct server (the one under which the library node shows up). In your program window right click and then select the correct server.&lt;BR /&gt;
&lt;BR /&gt;
You don't have to issue any libname statement - but if you're interested how the libname statement looks like then issue in a program window the following command (once the library node is yellow):   libname cload_rt list;&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Patrick</description>
      <pubDate>Sun, 12 Jun 2011 01:17:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9126#M2516</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2011-06-12T01:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9127#M2517</link>
      <description>Hi Patrick,&lt;BR /&gt;
&lt;BR /&gt;
    Library is assigned,it is yellow in colour.I ran the libname statement as u suggested.&lt;BR /&gt;
&lt;BR /&gt;
libname cload_rt list;&lt;BR /&gt;
&lt;BR /&gt;
  libname cload_rt list;&lt;BR /&gt;
ERROR: Libname CLOAD_RT is not assigned.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
&lt;BR /&gt;
What might be the problem for this?..one more thing is i have to run three quries like i posted,and then i have to combine those three results.If i do it by point and&lt;BR /&gt;
click interface,i have to run three subquries and then joining those results...which is causing load on the server.&lt;BR /&gt;
&lt;BR /&gt;
If i'm able to run the query through programming i can use union and send everything at once....it might reduce load on SAS Server.&lt;BR /&gt;
&lt;BR /&gt;
There are 1.2 million records in the final output table.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Bhavani.</description>
      <pubDate>Sun, 12 Jun 2011 23:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9127#M2517</guid>
      <dc:creator>brm</dc:creator>
      <dc:date>2011-06-12T23:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9128#M2518</link>
      <description>Hi Bhavani&lt;BR /&gt;
&lt;BR /&gt;
The point and click interfaces generate also code and it's code only which is sent to the SAS Server for execution. So if this works the you should also be able to send code from a programming node to the SAS Server.&lt;BR /&gt;
&lt;BR /&gt;
To start with valid syntax you could copy the code generated by the query builder into a programming window (i.e. from the code preview or if already executed once then also from the code tab).&lt;BR /&gt;
&lt;BR /&gt;
If the library node is yellow AND point and click works then the only explanation I have is that you're sending the code in the program window to the wrong server (where the libname is not defined). &lt;BR /&gt;
Have you selected the correct server for the program node?&lt;BR /&gt;
Try the following at the beginning of your code: &lt;BR /&gt;
%put _global_; &lt;BR /&gt;
...and then check in the log the value for "_SASSERVERNAME" which should be the name of the server where the library is assigned.&lt;BR /&gt;
&lt;BR /&gt;
I agree that executing everything within the DBMS and then only load the result set into SAS is generally the way to go.&lt;BR /&gt;
&lt;BR /&gt;
If in your case this is an outer union then you're probabely also fine by defining 3 queries with views as output (just select as output view in the query builder) and then append these views via "Task\Data\Append Table...".&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Patrick&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Patrick</description>
      <pubDate>Mon, 13 Jun 2011 03:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9128#M2518</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2011-06-13T03:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: long time to get the results for query</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9129#M2519</link>
      <description>Thanks everyone for the help......Finally i'm able to run the query without issues....Again i have to check with large amount of data.</description>
      <pubDate>Tue, 14 Jun 2011 05:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/long-time-to-get-the-results-for-query/m-p/9129#M2519</guid>
      <dc:creator>brm</dc:creator>
      <dc:date>2011-06-14T05:44:55Z</dc:date>
    </item>
  </channel>
</rss>

