FIFLAGS parameter: Difference between revisions
Jump to navigation
Jump to search
m (minor wordsmithing) |
m (→Summary) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
<dt>Default value | <dt>Default value | ||
<dd>X'41' at file creation (But X'40' bit is turned off as soon as records are added to Table B.) | <dd>X'41' at file creation (But X'40' bit is turned off as soon as records are added to Table B.) | ||
<dd>X'4F' after initialization | |||
<dt>Parameter type | <dt>Parameter type | ||
<dd>File | <dd>File | ||
Line 40: | Line 41: | ||
<tr><th><var>X'02'</var></th> | <tr><th><var>X'02'</var></th> | ||
<td>Current hash index list page full. Always on.</td></tr> | <td>Current hash index list page full. Always on.</td></tr> | ||
<tr><th><var>X'01'</var></th><td>File is post-Release 3.16. </td></tr> | <tr><th><var>X'01'</var></th><td>File is post-Release 3.16. Probably always on.</td></tr> | ||
</table> | </table> | ||
[[Category:File parameters]] | [[Category:File parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Latest revision as of 22:16, 22 April 2016
File status flags
Summary
- Default value
- X'41' at file creation (But X'40' bit is turned off as soon as records are added to Table B.)
- X'4F' after initialization
- 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):
Setting | Meaning |
---|---|
X'80' | Group index entry required (sorted files). Turned off if not a sorted file. Only turned on when sorted file is populated. |
X'40' | Table B appends page full. Turned on when file is initially created (see "Default value" above), then turned off when a record is stored in Table B. Turned back on if Table B fills up. |
X'10' | Field-level constraints. At least one field with a constraint (UNIQUE or AT-MOST-ONE) exists in the file. Always on if true. |
X'08' | New Table C logic for initial property entry. Always on if file is post-Release 9.0. |
X'04' | Ordered Index list page full. Turned off when Table D is populated. |
X'02' | Current hash index list page full. Always on. |
X'01' | File is post-Release 3.16. Probably always on. |