<?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: Chain function to find a specific record</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/chian-arguments/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/chian-arguments/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 20:45:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/chian-arguments/#comment-106653</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 11 Apr 2012 20:08:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-106653</guid>
		<description><![CDATA[Again, be aware that CHAIN will only find one record that matches the two keys. In order to check other records that also match the same two key values, you can issue READ or READE statements in a loop. The CHAIN will position to the first record that matches; the reads will retrieve records that follow the first.

Your program would test each record to ensure that you process only the ones you want.

Tom]]></description>
		<content:encoded><![CDATA[<p>Again, be aware that CHAIN will only find one record that matches the two keys. In order to check other records that also match the same two key values, you can issue READ or READE statements in a loop. The CHAIN will position to the first record that matches; the reads will retrieve records that follow the first.</p>
<p>Your program would test each record to ensure that you process only the ones you want.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giugia</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/chian-arguments/#comment-106632</link>
		<dc:creator>giugia</dc:creator>
		<pubDate>Wed, 11 Apr 2012 13:40:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-106632</guid>
		<description><![CDATA[Thanks a lot to both of you (is it correct english?!?!?! I hope so!) 
I resolved with the BigKat&#039;s solution! In this case the 1st two fields was enaugh for found my record!]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot to both of you (is it correct english?!?!?! I hope so!)<br />
I resolved with the BigKat&#8217;s solution! In this case the 1st two fields was enaugh for found my record!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/chian-arguments/#comment-106629</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Wed, 11 Apr 2012 12:52:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-106629</guid>
		<description><![CDATA[You said you want a specific record, but only know 2 of the 4 key fields, how will you know if you have the correct record.
If the 1st two fields of the key are unique, BigKats answer is correct.
If they are not, then are the two fields you want to use unique to the file. If so, create a new access path using those fields.]]></description>
		<content:encoded><![CDATA[<p>You said you want a specific record, but only know 2 of the 4 key fields, how will you know if you have the correct record.<br />
If the 1st two fields of the key are unique, BigKats answer is correct.<br />
If they are not, then are the two fields you want to use unique to the file. If so, create a new access path using those fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigkat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/chian-arguments/#comment-106628</link>
		<dc:creator>bigkat</dc:creator>
		<pubDate>Wed, 11 Apr 2012 12:42:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-106628</guid>
		<description><![CDATA[you can chain by partial keys, but they must be the first fields in the key.  That is, if the key consists of:&lt;b&gt;&lt;i&gt; fld1, fld2, fld3, fld4&lt;/i&gt;&lt;/b&gt;
you can chain with:
&lt;ul&gt;
	&lt;li&gt;fld1, fld2, fld3, fld4&lt;/li&gt;&lt;li&gt;fld1, fld2, fld3&lt;/li&gt;&lt;li&gt;fld1, fld2&lt;/li&gt;&lt;li&gt;fld1&lt;/li&gt;
&lt;/ul&gt;]]></description>
		<content:encoded><![CDATA[<p>you can chain by partial keys, but they must be the first fields in the key.  That is, if the key consists of:<b><i> fld1, fld2, fld3, fld4</i></b><br />
you can chain with:</p>
<ul>
<li>fld1, fld2, fld3, fld4</li>
<li>fld1, fld2, fld3</li>
<li>fld1, fld2</li>
<li>fld1</li>
</ul>
]]></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.015 seconds using memcached
Object Caching 310/313 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-18 21:31:46 -->