BQLEN parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:BQLEN parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 13: Line 14:
</dl>
</dl>
==Description==
==Description==
<p>The current number of pages in the Table B reuse queue (unordered files)</p>
<p>The current number of pages in the <var>[[Table_B_(File_architecture)|Table B]]</var> reuse queue (unordered files)</p>
<p>When record deletions occur in unordered files, a page is added to the reuse queue if the following conditions are true:</p>
<p>When record deletions occur in unordered files, a page is added to the reuse queue if the following conditions are true:</p>
<ul>
<ul>
<li>
<li>
Enough extra bytes of free space are available beyond BRESERVE to satisfy the free space required for the BREUSE parameter.</li>
Enough extra bytes of free space are available beyond <var>[[BRESERVE_parameter|BRESERVE]]</var> to satisfy the free space required for the <var>[[BREUSE_parameter|BREUSE]]</var> parameter.</li>
<li>
<li>
At least one record number is available.</li>
At least one record number is available.</li>
</ul>
</ul>
<p>For more information about the reuse queue, refer to the <var>Model&nbsp;204 File Manager's Guide</var>.    </p>
<p>For more information about the reuse queue, see [[File design]].    </p>
[[Category: File Parameters]]
[[Category:File parameters]]
[[Category:Tables Parameters]]
[[Category:Tables parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 12:38, 13 October 2014

Table B reuse-queue length

Summary

Default value
None
Parameter type
Tables
Where set
View-only
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The current number of pages in the Table B reuse queue (unordered files)

When record deletions occur in unordered files, a page is added to the reuse queue if the following conditions are true:

  • Enough extra bytes of free space are available beyond BRESERVE to satisfy the free space required for the BREUSE parameter.
  • At least one record number is available.

For more information about the reuse queue, see File design.