 




<?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(E)</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/chaine/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/chaine/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/chaine/#comment-52593</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Wed, 02 Apr 2008 15:02:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-52593</guid>
		<description><![CDATA[Hi,

I&#039;m not sure whether the previous answers were what you were looking for, maybe you just wanted to know what the chain operation does :-

Chain is an operation code to retrieve a single data record from a file.  The record can be retrieved by relative record number or a key (if the file has a key defined).  After a chain operation the record can be updated with new data or the record can be deleted from the file.

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m not sure whether the previous answers were what you were looking for, maybe you just wanted to know what the chain operation does :-</p>
<p>Chain is an operation code to retrieve a single data record from a file.  The record can be retrieved by relative record number or a key (if the file has a key defined).  After a chain operation the record can be updated with new data or the record can be deleted from the file.</p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: birddon</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/chaine/#comment-52592</link>
		<dc:creator>birddon</dc:creator>
		<pubDate>Wed, 02 Apr 2008 14:39:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-52592</guid>
		<description><![CDATA[The E extender tells the program that you are handling errors on the CHAIN.  You can test for an error condition by using the %ERROR BIF and when it is true, test for specific situations using the %STATUS BIF if that is appropriate for your code.  The %ERROR will only work when you specify the E extender on the operation.
 One thing to be aware of is that if an error indicator is also specified, the program will consider the error handled by the indicator and the %ERROR BIF will not test true.  The indicator comes before the E extender in the error handling hierarchy, and the MONITOR comes after the extender.]]></description>
		<content:encoded><![CDATA[<p>The E extender tells the program that you are handling errors on the CHAIN.  You can test for an error condition by using the %ERROR BIF and when it is true, test for specific situations using the %STATUS BIF if that is appropriate for your code.  The %ERROR will only work when you specify the E extender on the operation.<br />
 One thing to be aware of is that if an error indicator is also specified, the program will consider the error handled by the indicator and the %ERROR BIF will not test true.  The indicator comes before the E extender in the error handling hierarchy, and the MONITOR comes after the extender.</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.012 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 17:07:41 -->