M204.2110: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 2: | Line 2: | ||
<P> | <P> | ||
An attempt was made to disable [[Transaction back out|Transaction Backout]] (TBO) for a file that enforces the First-Normal Form (1NF) File Model (FILEMODL parameter X'20' bit). This is a result of one of these attempted | An attempt was made to disable [[Transaction back out|Transaction Backout]] (TBO) for a file that enforces the First-Normal Form (1NF) File Model (<var>FILEMODL</var> parameter X'20' bit). This is a result of one of these attempted <var>RESET</var> commands: </p> | ||
<ul> | <ul> | ||
<li>FRCVOPT to X'08' (Transaction Backout Disabled) </li> | <li><var>FRCVOPT</var> to X'08' (Transaction Backout Disabled) </li> | ||
<li>FRCVOPT to X'01' (all updates reapplied to the file regardless of update unit or transaction boundaries), disabling TBO as a side effect </li> | <li><var>FRCVOPT</var> to X'01' (all updates reapplied to the file regardless of update unit or transaction boundaries), disabling TBO as a side effect </li> | ||
<li>FOPT to X'02' (disable lock pending updates), which also disables TBO as a | <li><var>FOPT</var> to X'02' (disable lock pending updates), which also disables TBO as a side effect. </li> | ||
side effect. </li> | |||
</ul> | </ul> | ||
<p> | <p> | ||
<b>File manager response:</b> Transaction Backout and logical consistency are enforced in 1NF files. Re-examine the motivation for the RESET, and construct an alternate plan of action to achieve the desired results without deactivating TBO. </p> | <b>File manager response:</b> Transaction Backout and logical consistency are enforced in 1NF files. Re-examine the motivation for the <var>RESET</var>, and construct an alternate plan of action to achieve the desired results without deactivating TBO. | ||
</p> | |||
{{Template:M204.2110 footer}} | {{Template:M204.2110 footer}} | ||
<!-- skeleton as it was in pdf/1NF FILEMODL FILES MUST BE TBO /--> | <!-- skeleton as it was in pdf/1NF FILEMODL FILES MUST BE TBO /--> |
Latest revision as of 21:57, 15 March 2018
M204.2110 1NF FILEMODL files must be TBO
An attempt was made to disable Transaction Backout (TBO) for a file that enforces the First-Normal Form (1NF) File Model (FILEMODL parameter X'20' bit). This is a result of one of these attempted RESET commands:
- FRCVOPT to X'08' (Transaction Backout Disabled)
- FRCVOPT to X'01' (all updates reapplied to the file regardless of update unit or transaction boundaries), disabling TBO as a side effect
- FOPT to X'02' (disable lock pending updates), which also disables TBO as a side effect.
File manager response: Transaction Backout and logical consistency are enforced in 1NF files. Re-examine the motivation for the RESET, and construct an alternate plan of action to achieve the desired results without deactivating TBO.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |