<?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: How do I set READBUFF for a ODBC passthru query? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-set-READBUFF-for-a-ODBC-passthru-query/m-p/15210#M1983</link>
    <description>Suggest you visit the SAS support &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website (and its SEARCH facility) for SAS-hosted documentation, supplemental technical papers from conferences, and also tech notes that may pertain to your subject.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Sat, 04 Apr 2009 21:26:45 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-04-04T21:26:45Z</dc:date>
    <item>
      <title>How do I set READBUFF for a ODBC passthru query?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-set-READBUFF-for-a-ODBC-passthru-query/m-p/15209#M1982</link>
      <description>Hello.  I have an ODBC passthru query to my DB2 database.  How do I set the readbuff on the connection? In either case my trace shows:&lt;BR /&gt;
ODBC: Fetch time in seconds for 1 row is   0.000045 which looks like only 1 row is fetched&lt;BR /&gt;
&lt;BR /&gt;
IS it:&lt;BR /&gt;
proc sql;&lt;BR /&gt;
CONNECT TO ODBC AS DB2MCMN (NOPROMPT="DSN=&amp;amp;MCV_postdsn; UID=&amp;amp;MCV_postuid; PWD=&amp;amp;MCV_postpwd; DATABASE=&amp;amp;MCV_postdb; READBUFF=500" );&lt;BR /&gt;
&lt;BR /&gt;
create table work.Detaillevel_report_daily as&lt;BR /&gt;
select * from connection to DB2MCMN&lt;BR /&gt;
(Select * from sometable);&lt;BR /&gt;
&lt;BR /&gt;
OR IS IT&lt;BR /&gt;
proc sql;&lt;BR /&gt;
CONNECT TO ODBC AS DB2MCMN (NOPROMPT="DSN=&amp;amp;MCV_postdsn; UID=&amp;amp;MCV_postuid; PWD=&amp;amp;MCV_postpwd; DATABASE=&amp;amp;MCV_postdb; " READBUFF=500 );&lt;BR /&gt;
/* readbuff is outside string */&lt;BR /&gt;
&lt;BR /&gt;
create table work.Detaillevel_report_daily as&lt;BR /&gt;
select * from connection to DB2MCMN&lt;BR /&gt;
(Select * from sometable);&lt;BR /&gt;
&lt;BR /&gt;
Thank you</description>
      <pubDate>Sat, 04 Apr 2009 18:30:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-set-READBUFF-for-a-ODBC-passthru-query/m-p/15209#M1982</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-04T18:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set READBUFF for a ODBC passthru query?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-set-READBUFF-for-a-ODBC-passthru-query/m-p/15210#M1983</link>
      <description>Suggest you visit the SAS support &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website (and its SEARCH facility) for SAS-hosted documentation, supplemental technical papers from conferences, and also tech notes that may pertain to your subject.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sat, 04 Apr 2009 21:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-set-READBUFF-for-a-ODBC-passthru-query/m-p/15210#M1983</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-04T21:26:45Z</dc:date>
    </item>
  </channel>
</rss>

