 




<?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: AS/400 &#8211; Physical File in update mode</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/file-in-update-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/file-in-update-mode/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 05:05:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: codemonkey65708</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/file-in-update-mode/#comment-62224</link>
		<dc:creator>codemonkey65708</dc:creator>
		<pubDate>Tue, 14 Apr 2009 19:10:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-62224</guid>
		<description><![CDATA[Question - are any of the fields you are updating part of the key?]]></description>
		<content:encoded><![CDATA[<p>Question &#8211; are any of the fields you are updating part of the key?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/file-in-update-mode/#comment-58327</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Thu, 04 Dec 2008 14:03:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-58327</guid>
		<description><![CDATA[And it&#039;s one update per acquisition of the record
The chain, read, reade, readp, readpe lock the record 
The update unlocks the record
So if your code goes:

Chain 

CheckFld1
Update

CheckFld2
Update    

The second update would fail whenever the record was updated and unlocked in the first instance.

Phil]]></description>
		<content:encoded><![CDATA[<p>And it&#8217;s one update per acquisition of the record<br />
The chain, read, reade, readp, readpe lock the record<br />
The update unlocks the record<br />
So if your code goes:</p>
<p>Chain </p>
<p>CheckFld1<br />
Update</p>
<p>CheckFld2<br />
Update    </p>
<p>The second update would fail whenever the record was updated and unlocked in the first instance.</p>
<p>Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/file-in-update-mode/#comment-58316</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Thu, 04 Dec 2008 09:52:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-58316</guid>
		<description><![CDATA[Hi,

Before updating a record you will need to read or chain that record to position the file pointer in the program to the correct record in your file.  You can use READ, READE, READP, REDPE/READPE, or CHAIN.

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Before updating a record you will need to read or chain that record to position the file pointer in the program to the correct record in your file.  You can use READ, READE, READP, REDPE/READPE, or CHAIN.</p>
<p>Regards,</p>
<p>Martin Gilbert.</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.014 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 11:18:37 -->