FISTAT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<b>Class</b><p>FPARMS</p>
<dl>
<b>Setting</b>
<dt>Class<dd>FPARMS
<p>By <var class="product">Model&nbsp;204</var> or reset by file manager</p>
<dt>Setting
<b>Meaning</b>
<dd>By <var class="product">Model&nbsp;204</var> or reset by file manager
<p>The current status of the file</p>
<dt>Meaning
<p>Valid settings of FISTAT are (options can be summed):</p>
<dd>The current status of the file
</dl>
<p>
Valid settings of FISTAT (options can be summed) are: </p>
<table>
<table>
<tr><th>Setting</th><th>Meaning</th></tr>
<tr><th>Setting</th><th>Meaning</th></tr>

Revision as of 01:06, 7 March 2013

Class
FPARMS
Setting
By Model 204 or reset by file manager
Meaning
The current status of the file

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

SettingMeaning
X'40'File might be logically inconsistent.
X'20'file is in deferred update mode.
X'10'file has been recovered.
X'08'File is full.
X'02'File is physically inconsistent.

Note: Never reset the FISTAT parameter if the file is physically inconsistent.

X'01'File is not initialized.

Note: When a file is opened, bits that are not currently defined by Rocket Software for FISTAT are reset. This bit resetting is designed to set aside these bits for features of future Model 204 releases. You cannot use the RESET command to set undefined bits. If an application makes use of any of the undefined bits of the FISTAT parameter, it might produce unexpected results.