 




<?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: Subfile Limit</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/subfile-limit/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/subfile-limit/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: modiyooch</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/subfile-limit/#comment-88127</link>
		<dc:creator>modiyooch</dc:creator>
		<pubDate>Tue, 15 Feb 2011 19:53:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-88127</guid>
		<description><![CDATA[quick and dirty fix to existing program to avoid a systems msg  is to check the index value while building subfile and at 9995  display what you have with an informational type message for user to narrow the selection.]]></description>
		<content:encoded><![CDATA[<p>quick and dirty fix to existing program to avoid a systems msg  is to check the index value while building subfile and at 9995  display what you have with an informational type message for user to narrow the selection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/subfile-limit/#comment-87770</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 08 Feb 2011 23:45:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-87770</guid>
		<description><![CDATA[&lt;i&gt;On the subfile I have SFLSIZ(0240)&lt;/i&gt;

The SFLSIZ() attribute performs one of two possible functions.

If it has the same value as the SFLPAG() attribute, it sets the subfile as a page-at-a-time subfile. The subfile will hold only as many rows as will fit on the page.

If it is larger than SFLPAG(), then it is a load-all subfile and the limit is 9999 rows. The SFLSIZ() value is used to allocate memory after the display file is opened to hold that many subfile rows. If you continue to add more rows, additional memory allocations are made in order to hold the added rows.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>On the subfile I have SFLSIZ(0240)</i></p>
<p>The SFLSIZ() attribute performs one of two possible functions.</p>
<p>If it has the same value as the SFLPAG() attribute, it sets the subfile as a page-at-a-time subfile. The subfile will hold only as many rows as will fit on the page.</p>
<p>If it is larger than SFLPAG(), then it is a load-all subfile and the limit is 9999 rows. The SFLSIZ() value is used to allocate memory after the display file is opened to hold that many subfile rows. If you continue to add more rows, additional memory allocations are made in order to hold the added rows.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/subfile-limit/#comment-87690</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 07 Feb 2011 22:15:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-87690</guid>
		<description><![CDATA[The subfile limit is 9999 rows. Since you really shouldn&#039;t be putting more than a couple hundred rows into a subfile, the 9999 limit shouldn&#039;t be a problem.

Use the page-at-a-time method if you need to handle more than 9999 rows. This is discussed in the Information Center topic &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fdds%2Fhllpagexamp.htm&quot;&gt;Example: A subfile with paging by i5/OS and high-level language program&lt;/a&gt;, and many other places.

In short, no, you can&#039;t have a subfile with more than 9999 rows.

Tom]]></description>
		<content:encoded><![CDATA[<p>The subfile limit is 9999 rows. Since you really shouldn&#8217;t be putting more than a couple hundred rows into a subfile, the 9999 limit shouldn&#8217;t be a problem.</p>
<p>Use the page-at-a-time method if you need to handle more than 9999 rows. This is discussed in the Information Center topic <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Fdds%2Fhllpagexamp.htm">Example: A subfile with paging by i5/OS and high-level language program</a>, and many other places.</p>
<p>In short, no, you can&#8217;t have a subfile with more than 9999 rows.</p>
<p>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/10 queries in 0.040 seconds using memcached
Object Caching 295/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 03:16:53 -->