BREUSE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:BREUSE parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 13: Line 14:
</dl>
</dl>
==Description==
==Description==
<p>The amount (percentage) of free space required on a Table B page before it can be added to the reuse queue (unordered files)</p>
<p>The amount (percentage) of free space required on a <var>[[Table_B_(File_architecture)|Table B]]</var> page before it can be added to the reuse queue (unordered files)</p>
<p>If BREUSE is set fairly high and an unordered file fills up to the point where the reuse queue is empty and there is no room to increase BHIGHPG, 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 BREUSE lower.</p>
<p>If BREUSE is set fairly high and an unordered file fills up to the point where the reuse queue is empty and there is no room to increase <var>[[BHIGHPG_parameter|BHIGHPG]]</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, <var>[[INCREASE_command|INCREASE]]</var> a file or set BREUSE lower.</p>
<p>BREUSE may be set for files with any file organization, but the reuse queue is built for unordered files only. Files other than unordered may have BREUSE set but no reuse queue present.</p>
<p>BREUSE can be set for files with any file organization, but the reuse queue is built for unordered files only. Files other than unordered might have BREUSE set but no reuse queue present.</p>
[[Category:CREATE parameters]]
[[Category:CREATE parameters]]
[[Category:File parameters]]
[[Category:File parameters]]
[[Category:Tables Parameters]]
[[Category:Tables parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 14:12, 13 October 2014

Free space required to reuse table B page

Summary

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

Description

The amount (percentage) of free space required on a Table B page before it can be added to the reuse queue (unordered files)

If BREUSE is set fairly high and an unordered file fills up to the point where the reuse queue is empty and there is no room to increase BHIGHPG, 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 BREUSE lower.

BREUSE can be set for files with any file organization, but the reuse queue is built for unordered files only. Files other than unordered might have BREUSE set but no reuse queue present.