DAUTOINC parameter: Difference between revisions
m (Automatically generated page update) |
(adding Usage section and text that seems to have been missed during wiki conversion) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:DAUTOINC parameter subtitle}} | |||
==Summary== | ==Summary== | ||
<dl> | <dl> | ||
Line 10: | Line 11: | ||
<dd>All | <dd>All | ||
<dt>Introduced | <dt>Introduced | ||
<dd><var class="product">Model 204 V6.1</var> | <dd><var class="product">Model 204 V6.1</var> | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
The DAUTOINC parameter sets the number of unused pages in addition to reserved pages (DPGSRES) that must be maintained in Table D. | The DAUTOINC parameter sets the number of unused pages in addition to reserved pages (<var>[[DPGSRES_parameter|DPGSRES]]</var>) that must be maintained in <var>[[Table_D_(File_architecture)|Table D]]</var>. | ||
[[Category: CREATE | |||
[[Category:File | ==Usage== | ||
<p>Setting DAUTOINC to a non-zero value indicates that the file’s Table D can be automatically increased when the file is full due to a lack of space in Table D. An increase is done in the amount required to keep DAUTOINC unused pages and DPGSRES reserved pages or the number of pages in the free space, whichever is smaller.</p> | |||
<p>Unused pages for Table D are calculated as the difference between the number of pages in Table D (DSIZE) and the number of used Table D pages (DPGSUSED). The minimum value of DAUTOINC is 0; the maximum is 16777216.</p> | |||
<p>You can implement the DAUTOINC parameter for ordered, entry order, sort key, and hash key files created by Model 204 V6R1.0 and later, and you can view it.</p> | |||
[[Category:CREATE parameters]] | |||
[[Category:File parameters]] | |||
[[Category:Parameters]] | [[Category:Parameters]] |
Latest revision as of 19:46, 29 March 2017
Number of pages for table D auto increase
Summary
- Default value
- 0
- Parameter type
- File
- Where set
- At file creation and can be reset by file manager
- Related products
- All
- Introduced
- Model 204 V6.1
Description
The DAUTOINC parameter sets the number of unused pages in addition to reserved pages (DPGSRES) that must be maintained in Table D.
Usage
Setting DAUTOINC to a non-zero value indicates that the file’s Table D can be automatically increased when the file is full due to a lack of space in Table D. An increase is done in the amount required to keep DAUTOINC unused pages and DPGSRES reserved pages or the number of pages in the free space, whichever is smaller.
Unused pages for Table D are calculated as the difference between the number of pages in Table D (DSIZE) and the number of used Table D pages (DPGSUSED). The minimum value of DAUTOINC is 0; the maximum is 16777216.
You can implement the DAUTOINC parameter for ordered, entry order, sort key, and hash key files created by Model 204 V6R1.0 and later, and you can view it.