XAUTOINC parameter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
<p>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. </p> | <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>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.</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 (XSIZE) and the highest Table X page used (XHIGHPG). The minimum number of pages is zero, the maximum is 536,870,911.</p> | ||
[[Category:CREATE parameters]] | [[Category:CREATE parameters]] |
Revision as of 16:48, 7 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.