XAUTOINC parameter: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
==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>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 (<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]] |
Revision as of 16:49, 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_parameter|XSIZE) and the highest Table X page used (XHIGHPG). The minimum number of pages is zero, the maximum is 536,870,911.