FIFLAGS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
Line 19: Line 19:
<tr><th>Setting</th><th>Meaning</th></tr>
<tr><th>Setting</th><th>Meaning</th></tr>
<tr><th align="right"><var> X'80'</var></th><td>Group index entry required (sorted files).</td></tr>
<tr><th align="right"><var> X'80'</var></th><td>Group index entry required (sorted files).</td></tr>
<tr><th align="right"><var> X'40'</var></th><td>Table B appends page full.</td></tr>
<tr><th align="right"><var> X'40'</var></th><td><var>[[Table_B_(File_architecture)|Table B]]</var> appends page full.</td></tr>
<tr><th align="right"><var> X'10'</var></th><td>Field-level constraints. At least one field with a constraint (UNIQUE or AT-MOST-ONE) exists in the file.</td></tr>
<tr><th align="right"><var> X'10'</var></th><td>Field-level constraints. At least one field with a constraint (UNIQUE or AT-MOST-ONE) exists in the file.</td></tr>
<tr><th align="right"><var>X'08'</var></th><td>New Table C logic for initial property entry.</td></tr>
<tr><th align="right"><var>X'08'</var></th><td>New Table C logic for initial property entry.</td></tr>

Revision as of 09:11, 23 October 2014

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.