XAUTOINC parameter

From m204wiki
Revision as of 00:57, 28 February 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.4

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.