 




<?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: Can a nested query be run in AS/400?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/can-a-nested-query-be-run-in-as400/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/can-a-nested-query-be-run-in-as400/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 19:50:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: teandy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-a-nested-query-be-run-in-as400/#comment-71023</link>
		<dc:creator>teandy</dc:creator>
		<pubDate>Mon, 30 Nov 2009 21:41:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-71023</guid>
		<description><![CDATA[&lt;i&gt;
Why? Are you restricted by some administrator? All AS/400s (and iSeries and System i)... 
&lt;/i&gt;

It sounds like some sort of homework assignment for a query class.]]></description>
		<content:encoded><![CDATA[<p><i><br />
Why? Are you restricted by some administrator? All AS/400s (and iSeries and System i)&#8230;<br />
</i></p>
<p>It sounds like some sort of homework assignment for a query class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-a-nested-query-be-run-in-as400/#comment-71016</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:54:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-71016</guid>
		<description><![CDATA[&lt;i&gt;I can only use SELECT RECORDS in AS/400.&lt;/i&gt;

Why? Are you restricted by some administrator? All AS/400s (and iSeries and System i) have had SQL available for the past 20 years or so. The major obstacle is that many sites haven&#039;t installed some of the nicer interfaces for SQL. But it&#039;s still in the system and can be accessed and used in a variety of ways.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>I can only use SELECT RECORDS in AS/400.</i></p>
<p>Why? Are you restricted by some administrator? All AS/400s (and iSeries and System i) have had SQL available for the past 20 years or so. The major obstacle is that many sites haven&#8217;t installed some of the nicer interfaces for SQL. But it&#8217;s still in the system and can be accessed and used in a variety of ways.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-a-nested-query-be-run-in-as400/#comment-71015</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:51:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-71015</guid>
		<description><![CDATA[&lt;i&gt;I can write it in SQL but how can I write this nested query in Select records of AS/400?&lt;/i&gt;

That doesn&#039;t make much sense. I assume that you must be seeing &quot;Select records&quot; on some screen from something like Query/400. (Why would you use Query/400? It&#039;s been practically obsolete for well over a decade.)

Why not just use SQL?

Tom]]></description>
		<content:encoded><![CDATA[<p><i>I can write it in SQL but how can I write this nested query in Select records of AS/400?</i></p>
<p>That doesn&#8217;t make much sense. I assume that you must be seeing &#8220;Select records&#8221; on some screen from something like Query/400. (Why would you use Query/400? It&#8217;s been practically obsolete for well over a decade.)</p>
<p>Why not just use SQL?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-a-nested-query-be-run-in-as400/#comment-70990</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Mon, 30 Nov 2009 14:53:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-70990</guid>
		<description><![CDATA[Are you saying that you want to use AS400 query and not SQL?
Craig&#039;s example will run on the AS400.
You can either do a STRSQL and run the statement or put that code in a source member and use the RUNSQLSTM c ommand.]]></description>
		<content:encoded><![CDATA[<p>Are you saying that you want to use AS400 query and not SQL?<br />
Craig&#8217;s example will run on the AS400.<br />
You can either do a STRSQL and run the statement or put that code in a source member and use the RUNSQLSTM c ommand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bonbon78</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-a-nested-query-be-run-in-as400/#comment-70983</link>
		<dc:creator>bonbon78</dc:creator>
		<pubDate>Mon, 30 Nov 2009 02:00:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-70983</guid>
		<description><![CDATA[Thanks Craig, I can only use SELECT RECORDS in AS/400.  Is there any way to write that  nested query using SELECT RECORDS?


Example of the table 
Student No.     Name         Grade      
1001                Michelle        Fail 
1001                Michelle        Fail 
1025                  Peter           Fail 
1025                  Peter           Pass 
1025                  Peter           Pass]]></description>
		<content:encoded><![CDATA[<p>Thanks Craig, I can only use SELECT RECORDS in AS/400.  Is there any way to write that  nested query using SELECT RECORDS?</p>
<p>Example of the table<br />
Student No.     Name         Grade<br />
1001                Michelle        Fail<br />
1001                Michelle        Fail<br />
1025                  Peter           Fail<br />
1025                  Peter           Pass<br />
1025                  Peter           Pass</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 6/9 queries in 0.049 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 22:07:52 -->