XREUSE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
mNo edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:XREUSE parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V7.4</var>
<dd><var class="product">Model 204 V7.1</var>
</dl>
</dl>
==Description==
==Description==
<p>The amount (percentage) of free space required on a Table X page before it can be added to the reuse queue. The minimum percent is zero, the maximum is 100.</p>
<p>
<p>If XREUSE is set fairly high and Table X fills up to the point where the reuse queue is empty and there is no room to increase XHIGHPG, considerable space might still be available on most pages. To prevent a file full condition, <var class="product">Model&nbsp;204</var> tries to find space to add a new record on as many as 16 randomly selected pages. Under these circumstances, increase a file or set XREUSE lower.</p>
The amount (percentage) of free space required on a [[Table X (File architecture)|Table X]] page before it can be added to the reuse queue. The minimum percent is 1, the maximum is 100.</p>
<p>The Table X reuse queue is built for only unordered or entry order files for which XSIZE is greater than zero.</p>
<p>
[[Category: CREATE Parameters]]
If <var>XREUSE</var> is set fairly high, and Table X fills up to the point where the reuse queue is empty and there is no room to increase <var>[[XHIGHPG parameter|XHIGHPG]]</var>, considerable space might still be available on most pages. To prevent a file full condition, <var class="product">Model&nbsp;204</var> tries to find space to add a new record on as many as 16 randomly selected pages. Under these circumstances, increase a file or set <var>XREUSE</var> lower.</p>
[[Category: File Parameters]]
<p>
[[Category:Tables Parameters]]
The Table X reuse queue is built for only unordered or entry order files for which <var>XSIZE</var> is greater than zero.</p>
 
[[Category:CREATE parameters]]
[[Category:File parameters]]
[[Category:Tables parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 16:28, 20 December 2017

Free space required to reuse table X page

Summary

Default value
20
Parameter type
Tables
Where set
During file creation or reset by file manager
Related products
All
Introduced
Model 204 V7.1

Description

The amount (percentage) of free space required on a Table X page before it can be added to the reuse queue. The minimum percent is 1, the maximum is 100.

If XREUSE is set fairly high, and Table X fills up to the point where the reuse queue is empty and there is no room to increase XHIGHPG, considerable space might still be available on most pages. To prevent a file full condition, Model 204 tries to find space to add a new record on as many as 16 randomly selected pages. Under these circumstances, increase a file or set XREUSE lower.

The Table X reuse queue is built for only unordered or entry order files for which XSIZE is greater than zero.