 




<?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: RRN Max</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/rrn-max/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/rrn-max/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 12:30:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: bvining</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rrn-max/#comment-76540</link>
		<dc:creator>bvining</dc:creator>
		<pubDate>Tue, 27 Apr 2010 14:17:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-76540</guid>
		<description><![CDATA[This is just a wild guess, but when I see a maximum value of 999,999,999 I immediately wonder if there&#039;s a RPG program involved with a variable (for instance RRN) defined as &#039;9b 0&#039; (that is, a 9-digit binary field). This definition cannot retain a value exceeding 999999999. If this is the case, then chaning the RPG field to &#039;10i 0&#039; (a 10-digit integer field) will get you past 999999999.

As noted by others, 999999999 is not a DB2 limit.

Bruce Vining]]></description>
		<content:encoded><![CDATA[<p>This is just a wild guess, but when I see a maximum value of 999,999,999 I immediately wonder if there&#8217;s a RPG program involved with a variable (for instance RRN) defined as &#8217;9b 0&#8242; (that is, a 9-digit binary field). This definition cannot retain a value exceeding 999999999. If this is the case, then chaning the RPG field to &#8217;10i 0&#8242; (a 10-digit integer field) will get you past 999999999.</p>
<p>As noted by others, 999999999 is not a DB2 limit.</p>
<p>Bruce Vining</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cwc</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rrn-max/#comment-53946</link>
		<dc:creator>cwc</dc:creator>
		<pubDate>Mon, 16 Jun 2008 14:34:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-53946</guid>
		<description><![CDATA[We ran into the DB2 limit about 6 months ago, but it is far more than 999,999,999.  For V5R2, V5R3 and V5R4, the maximum number of records in a physical file member is 4,294,967,288.  Since we needed to have more records in that file, we now have a multiple membered version of it, where each member is defined as an SQL partition, along with an SQL index that sees all the members at once.  

So, having more than a million records should not be a problem, unless you&#039;re on an older operating system, as I&#039;m not sure how far back the 4.2 billion limit goes.]]></description>
		<content:encoded><![CDATA[<p>We ran into the DB2 limit about 6 months ago, but it is far more than 999,999,999.  For V5R2, V5R3 and V5R4, the maximum number of records in a physical file member is 4,294,967,288.  Since we needed to have more records in that file, we now have a multiple membered version of it, where each member is defined as an SQL partition, along with an SQL index that sees all the members at once.  </p>
<p>So, having more than a million records should not be a problem, unless you&#8217;re on an older operating system, as I&#8217;m not sure how far back the 4.2 billion limit goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sloopy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rrn-max/#comment-53944</link>
		<dc:creator>sloopy</dc:creator>
		<pubDate>Mon, 16 Jun 2008 14:24:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-53944</guid>
		<description><![CDATA[See the following for iSeries V5R4 maxima:

&lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/dbp/rbafoappmax.htm&quot;&gt;

Note that the maximum number of records in a member can be reduced if the number of bytes exceeds the maximum, or if the access path size (of ANY of the logicals based on the physical file) exceeds the maximum allowed.

Sloopy (still following Martin around....)]]></description>
		<content:encoded><![CDATA[<p>See the following for iSeries V5R4 maxima:</p>
<p><a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/dbp/rbafoappmax.htm"></p>
<p>Note that the maximum number of records in a member can be reduced if the number of bytes exceeds the maximum, or if the access path size (of ANY of the logicals based on the physical file) exceeds the maximum allowed.</p>
<p>Sloopy (still following Martin around&#8230;.)</a></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.016 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 13:49:52 -->