XAUTOINC parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (typo)
 
Line 13: Line 13:
<dd><var class="product">Model 204 V7.1</var>
<dd><var class="product">Model 204 V7.1</var>
</dl>
</dl>
==Description==
==Description==
<p>The number of unused pages to maintain in [[Table_X_(File_architecture)|Table X]]. Setting XAUTOINC to a nonzero value indicates that a file's Table X may be automatically increased when the file becomes full due to a lack of space in Table X. </p>
<p>
<p>The number of unused pages to maintain for Table X is calculated as the difference between the number of pages in Table X (<var>[[XSIZE_parameter|XSIZE</var>) and the highest Table X page used (<var>[[XHIGHPG_parameter|XHIGHPG]]</var>). The minimum number of pages is zero, the maximum is 536,870,911.</p>
The number of unused pages to maintain in [[Table X (File architecture)|Table X]]. Setting <var>XAUTOINC</var> to a nonzero value indicates that a file's Table X may be automatically increased when the file becomes full due to a lack of space in Table X. </p>
<p>
The number of unused pages to maintain for Table X is calculated as the difference between the number of pages in Table X (<var>[[XSIZE parameter|XSIZE]]</var>) and the highest Table X page used (<var>[[XHIGHPG parameter|XHIGHPG]]</var>). The minimum number of pages is zero, the maximum is 536,870,911.
</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 17:52, 11 December 2017

Number of pages for table X auto increase

Summary

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

Description

The number of unused pages to maintain in Table X. Setting XAUTOINC to a nonzero value indicates that a file's Table X may be automatically increased when the file becomes full due to a lack of space in Table X.

The number of unused pages to maintain for Table X is calculated as the difference between the number of pages in Table X (XSIZE) and the highest Table X page used (XHIGHPG). The minimum number of pages is zero, the maximum is 536,870,911.