BREUSE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(Automatically generated page update)
Line 17: Line 17:
<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 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>
[[Category: CREATE Parameters]]
[[Category: CREATE Parameters]]
[[Category: File Parameters]]
[[Category:File parameters]]
[[Category:Tables Parameters]]
[[Category:Tables Parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 13:20, 19 April 2013

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 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.