M204.0623: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 1: Line 1:
{{Template:M204.0623 skeleton}}
{{Template:M204.0623 skeleton}}
<P>
<P>
You opened a file whose FISTAT parameter indicates a possible logical inconsistency. Logical inconsistencies occur when Model&nbsp;204 encounters a serious system or user error between update operations. </p>
You opened a file whose <var>[[FISTAT parameter|FISTAT]]</var> parameter indicates a possible logical inconsistency. Logical inconsistencies occur when Model&nbsp;204 encounters a serious system or user error between update operations. </p>
<ul>
<ul>
<li>System errors include non-recoverable terminal I/O errors and CCATEMP full conditions. The user is restarted softly. </li>
<li>System errors include non-recoverable terminal I/O errors and CCATEMP-full conditions. The user is restarted softly. </li>


<li>User errors include server tables filling up and User Language requests that result in cancellation. While such errors do not destroy information, they may result in unfinished updates. </li>
<li>User errors include server tables filling up and SOUL requests that result in cancellation. While such errors do not destroy information, they may result in unfinished updates. </li>
</ul>
</ul>
<p>
<p>
<b>Response:</b> Notify the file manager. </p>
<b>Response:</b> Notify the file manager. </p>
<p>
<p>
<b>File manager response:</b> Determine if a logical inconsistency exists, and correct it if one does exist. Note that Model&nbsp;204 cannot determine whether a logically related set of updates was interrupted. </p>
<b>File manager response:</b> Determine if a logical inconsistency exists, and correct it if one does exist. Note that Model&nbsp;204 cannot determine whether a logically related set of updates was interrupted.  
</p>
{{Template:M204.0623 footer}}
{{Template:M204.0623 footer}}
<!-- skeleton as it was in pdf/%F MAY BE LOGICALLY INCONSISTENT /-->
<!-- skeleton as it was in pdf/%F MAY BE LOGICALLY INCONSISTENT /-->

Latest revision as of 21:42, 27 February 2018

M204.0623  File fileName may be logically inconsistent

You opened a file whose FISTAT parameter indicates a possible logical inconsistency. Logical inconsistencies occur when Model 204 encounters a serious system or user error between update operations.

  • System errors include non-recoverable terminal I/O errors and CCATEMP-full conditions. The user is restarted softly.
  • User errors include server tables filling up and SOUL requests that result in cancellation. While such errors do not destroy information, they may result in unfinished updates.

Response: Notify the file manager.

File manager response: Determine if a logical inconsistency exists, and correct it if one does exist. Note that Model 204 cannot determine whether a logically related set of updates was interrupted.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages