FIFLAGS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
{{Template:FIFLAGS parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>

Revision as of 16:28, 27 August 2013

File status flags

Summary

Default value
None
Parameter type
File
Where set
View-only
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The file status

Valid settings of FIFLAGS are (options can be summed):

SettingMeaning
X'80'Group index entry required (sorted files).
X'40'Table B appends page full.
X'10'Field-level constraints. At least one field with a constraint (UNIQUE or AT-MOST-ONE) exists in the file.
X'08'New Table C logic for initial property entry.
X'04'Ordered Index list page full.
X'02'Current hash index list page full.
X'01'File is post-Release 3.16.