<?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: Record Blocking Factor</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/record-blocking-factor/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/record-blocking-factor/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:14:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: boomersooner</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/record-blocking-factor/#comment-49342</link>
		<dc:creator>boomersooner</dc:creator>
		<pubDate>Sat, 02 Apr 2005 12:49:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-49342</guid>
		<description><![CDATA[You say the file&#039;s size has been constant but processing of the job has slowed down.  So what else has changed on your system ?  Any other new batch jobs or system activities running at the same time, does the problem job have lower priority than other jobs, is it in a memory pool that is now too small, and when is the last time you reorg&#039;d the file ?  Any of these could affect the job -- especially if you&#039;re no reusing records from the file, but may be deleting records.  The total # of (active) records won&#039;t change (much) but the total file size will -- and deleted records can slow the process.

If a job&#039;s processing changes and nothing has been done with/to it, look at something besides that particular job.]]></description>
		<content:encoded><![CDATA[<p>You say the file&#8217;s size has been constant but processing of the job has slowed down.  So what else has changed on your system ?  Any other new batch jobs or system activities running at the same time, does the problem job have lower priority than other jobs, is it in a memory pool that is now too small, and when is the last time you reorg&#8217;d the file ?  Any of these could affect the job &#8212; especially if you&#8217;re no reusing records from the file, but may be deleting records.  The total # of (active) records won&#8217;t change (much) but the total file size will &#8212; and deleted records can slow the process.</p>
<p>If a job&#8217;s processing changes and nothing has been done with/to it, look at something besides that particular job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddomic</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/record-blocking-factor/#comment-49343</link>
		<dc:creator>ddomic</dc:creator>
		<pubDate>Fri, 25 Mar 2005 04:10:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-49343</guid>
		<description><![CDATA[Check IBM Software Technical document: Blocking, Sequential Only, and the Effect on a Program
http://www-912.ibm.com/s_dir/slkbase.nsf/1ac66549a21402188625680b0002037e/d6738e1cd37e1f33862565c2007cef79?OpenDocument&amp;Highlight=0,Block,Length

]]></description>
		<content:encoded><![CDATA[<p>Check IBM Software Technical document: Blocking, Sequential Only, and the Effect on a Program<br />
<a href="http://www-912.ibm.com/s_dir/slkbase.nsf/1ac66549a21402188625680b0002037e/d6738e1cd37e1f33862565c2007cef79?OpenDocument&#038;Highlight=0,Block,Length" rel="nofollow">http://www-912.ibm.com/s_dir/slkbase.nsf/1ac66549a21402188625680b0002037e/d6738e1cd37e1f33862565c2007cef79?OpenDocument&#038;Highlight=0,Block,Length</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rchevalier</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/record-blocking-factor/#comment-49344</link>
		<dc:creator>rchevalier</dc:creator>
		<pubDate>Wed, 23 Mar 2005 11:33:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-49344</guid>
		<description><![CDATA[The 32k size was incresed to 128k several releases back.  Divide it by the record size and round down.

If you want it to change with file size changes retrieve the record length and recalculate as stated previously.]]></description>
		<content:encoded><![CDATA[<p>The 32k size was incresed to 128k several releases back.  Divide it by the record size and round down.</p>
<p>If you want it to change with file size changes retrieve the record length and recalculate as stated previously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fanbot</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/record-blocking-factor/#comment-49345</link>
		<dc:creator>fanbot</dc:creator>
		<pubDate>Wed, 23 Mar 2005 07:18:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-49345</guid>
		<description><![CDATA[P.S. Forgot to mention. In the event that a file is changed your calculation, if hard coded, will degrade performace. The best is to retrive the file definition prior to execution and use the retrived record length for the calculation.
]]></description>
		<content:encoded><![CDATA[<p>P.S. Forgot to mention. In the event that a file is changed your calculation, if hard coded, will degrade performace. The best is to retrive the file definition prior to execution and use the retrived record length for the calculation.</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.011 seconds using memcached
Object Caching 310/313 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 03:20:29 -->