<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SQL coding in RPGLE Free format</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sql-coding-in-rpgle-free-format/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-coding-in-rpgle-free-format/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 19:19:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: sorella</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-coding-in-rpgle-free-format/#comment-113201</link>
		<dc:creator>sorella</dc:creator>
		<pubDate>Thu, 08 Nov 2012 18:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sql-coding-in-rpgle-free-format/#comment-113201</guid>
		<description><![CDATA[Thanks
Tom]]></description>
		<content:encoded><![CDATA[<p>Thanks<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-coding-in-rpgle-free-format/#comment-113131</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Tue, 06 Nov 2012 23:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sql-coding-in-rpgle-free-format/#comment-113131</guid>
		<description><![CDATA[Well, that wasn&#039;t too bad. It needs to be noted that that is a single statement. It is not a separate INSERT and SELECT. You should be able to copy/paste the whole sequence beginning with [&#160;INSERT ]&#160;and ending with [ Where utclst = ‘F’ ] into a single STRSQL command line.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>Well, that wasn&#8217;t too bad. It needs to be noted that that is a single statement. It is not a separate INSERT and SELECT. You should be able to copy/paste the whole sequence beginning with [&nbsp;INSERT ]&nbsp;and ending with [ Where utclst = ‘F’ ] into a single STRSQL command line.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-coding-in-rpgle-free-format/#comment-113130</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Tue, 06 Nov 2012 23:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sql-coding-in-rpgle-free-format/#comment-113130</guid>
		<description><![CDATA[For me, the biggest improvement would be to throw it away and replace the whole thing with this:       Insert Into TESTSQLFIL 
          select sum(utcbal), count(*) 
          From ut251ap as a join ut210ap as b 
                on a.utcsid = b.utcsid 
                and a.utlcid = b.utlcid 
          Where utclst = &#039;F&#039; 
&#160;
A single SQL statement is all that&#039;s needed.
&#160;
Now we&#039;ll see how many times this needs to be posted before it becomes readable.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>For me, the biggest improvement would be to throw it away and replace the whole thing with this:       Insert Into TESTSQLFIL<br />
          select sum(utcbal), count(*)<br />
          From ut251ap as a join ut210ap as b<br />
                on a.utcsid = b.utcsid<br />
                and a.utlcid = b.utlcid<br />
          Where utclst = &#8216;F&#8217;<br />
&nbsp;<br />
A single SQL statement is all that&#8217;s needed.<br />
&nbsp;<br />
Now we&#8217;ll see how many times this needs to be posted before it becomes readable.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CharlieBrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-coding-in-rpgle-free-format/#comment-113123</link>
		<dc:creator>CharlieBrowne</dc:creator>
		<pubDate>Tue, 06 Nov 2012 18:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sql-coding-in-rpgle-free-format/#comment-113123</guid>
		<description><![CDATA[Can you repost the code using&#160; [code] to insert&#160;]]></description>
		<content:encoded><![CDATA[<p>Can you repost the code using&nbsp;  to insert&nbsp;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.029 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 00:07:49 -->