 




<?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: How to know whether some fields are changed in a display file</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-to-know-whether-some-fields-are-changed-in-a-display-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-know-whether-some-fields-are-changed-in-a-display-file/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:10:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-know-whether-some-fields-are-changed-in-a-display-file/#comment-115975</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Thu, 07 Feb 2013 05:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/how-to-know-whether-some-fields-are-changed-in-a-display-file/#comment-115975</guid>
		<description><![CDATA[First, you would only have to make one comparison. All of the fields can be compared at once to see if anything changed. The values can be held in a data structure that can be compared to a saved version of the data structure.
&#160;
You should also study the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/index.jsp?topic=/rzakc/rzakcmstdfchng.htm&quot; rel=&quot;nofollow&quot;&gt;CHANGE (Change) keyword for display files&lt;/A&gt;. For 25 fields, you would possibly want to use the keyword at the record level.
&#160;
The keyword does not tell you if input values are different from the output values. It only tells you if they have been changed. They might have been changed and then changed back to original values.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>First, you would only have to make one comparison. All of the fields can be compared at once to see if anything changed. The values can be held in a data structure that can be compared to a saved version of the data structure.<br />
&nbsp;<br />
You should also study the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v6r1m0/index.jsp?topic=/rzakc/rzakcmstdfchng.htm" rel="nofollow">CHANGE (Change) keyword for display files</a>. For 25 fields, you would possibly want to use the keyword at the record level.<br />
&nbsp;<br />
The keyword does not tell you if input values are different from the output values. It only tells you if they have been changed. They might have been changed and then changed back to original values.<br />
&nbsp;<br />
Tom</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/8 queries in 0.041 seconds using memcached
Object Caching 269/270 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 15:42:28 -->