<?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: PROC SQL - db2 timeout error i.e SQLCODE -905 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-db2-timeout-error-i-e-SQLCODE-905/m-p/69903#M20116</link>
    <description>First off, it's quite useful to share your SAS code in order to gain feedback from other individuals about optimizing the query possibly.&lt;BR /&gt;
&lt;BR /&gt;
But it's likely you will need to discuss your situation with your DB2 SYSPROG / DBA personnel with your particular question.&lt;BR /&gt;
&lt;BR /&gt;
And an Internet search on your keywords is also quite revealing with various answers, as well.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.

Message was edited by: sbb</description>
    <pubDate>Mon, 22 Mar 2010 12:36:59 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-03-22T12:36:59Z</dc:date>
    <item>
      <title>PROC SQL - db2 timeout error i.e SQLCODE -905</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-db2-timeout-error-i-e-SQLCODE-905/m-p/69902#M20115</link>
      <description>Hi I am trying to retrieve a large amount of data from Db2 database table using proc SQL  and recieving a timeout error.&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Error fetching from cursor. DB2 error is    DSNT408I SQLCODE = -905,&lt;BR /&gt;
ERROR:  UNSUCCESSFUL EXECUTION DUE TO RESOURCE LIMIT BEING                  EXCEEDED, RESOURCE NAME = ASUTIME LIMIT = 000000000054 CPU SECONDS&lt;BR /&gt;
&lt;BR /&gt;
is there anyway to increase the time ??</description>
      <pubDate>Mon, 22 Mar 2010 05:12:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-db2-timeout-error-i-e-SQLCODE-905/m-p/69902#M20115</guid>
      <dc:creator>saroj</dc:creator>
      <dc:date>2010-03-22T05:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL - db2 timeout error i.e SQLCODE -905</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-db2-timeout-error-i-e-SQLCODE-905/m-p/69903#M20116</link>
      <description>First off, it's quite useful to share your SAS code in order to gain feedback from other individuals about optimizing the query possibly.&lt;BR /&gt;
&lt;BR /&gt;
But it's likely you will need to discuss your situation with your DB2 SYSPROG / DBA personnel with your particular question.&lt;BR /&gt;
&lt;BR /&gt;
And an Internet search on your keywords is also quite revealing with various answers, as well.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.

Message was edited by: sbb</description>
      <pubDate>Mon, 22 Mar 2010 12:36:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-db2-timeout-error-i-e-SQLCODE-905/m-p/69903#M20116</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-22T12:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL - db2 timeout error i.e SQLCODE -905</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-db2-timeout-error-i-e-SQLCODE-905/m-p/69904#M20117</link>
      <description>You are going to have to talk to the DBA responsible for DB2.&lt;BR /&gt;
&lt;BR /&gt;
The timeout is caused by a default that prevents one task from "hogging" the database when other tasks need it.  (From experience, the DBA will usually NOT change the timeout value for you).  I also find the a production job has a higher timeout than a test job so you can see what you can do there.&lt;BR /&gt;
&lt;BR /&gt;
Other things to consider: make your SQL more efficient by using index variables in your SELECT or WHERE clauses, or use PASSTHRU.</description>
      <pubDate>Tue, 23 Mar 2010 13:59:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-db2-timeout-error-i-e-SQLCODE-905/m-p/69904#M20117</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2010-03-23T13:59:32Z</dc:date>
    </item>
  </channel>
</rss>

