FRCVOPT parameter: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 20: | Line 20: | ||
<tr><th align="right"><var>X'40'</var></th><td>File cannot be updated if checkpoint logging is not active. </td></tr> | <tr><th align="right"><var>X'40'</var></th><td>File cannot be updated if checkpoint logging is not active. </td></tr> | ||
<tr><th align="right"><var>X'20'</var></th><td>File does not participate in checkpoint logging.</td></tr> | <tr><th align="right"><var>X'20'</var></th><td>File does not participate in checkpoint logging.</td></tr> | ||
<tr><th align="right"><var>X'10'</var></th><td>Discontinuities are not allowed, meaning hold enqueuing while file is closed, if the file has been updated in this run.</td></tr> | <tr><th align="right"><var>X'10'</var></th><td><var>[[System_and_media_recovery#File_discontinuities|Discontinuities]]</var> are not allowed, meaning hold enqueuing while file is closed, if the file has been updated in this run.</td></tr> | ||
<tr><th align="right"><var>X'08'</var></th><td>Transaction back out is disabled. If X'01' is specified, this option is automatically set.</td></tr> | <tr><th align="right"><var>X'08'</var></th><td><var>[[Transaction_back_out|Transaction back out]]</var> is disabled. If X'01' is specified, this option is automatically set.</td></tr> | ||
<tr><th align="right"><var>X'04'</var></th><td>File does not participate in ROLL FORWARD logging.</td></tr> | <tr><th align="right"><var>X'04'</var></th><td>File does not participate in ROLL FORWARD logging.</td></tr> | ||
<tr><th align="right"><var>X'02'</var></th><td>File does not participate in ROLL FORWARD processing.</td></tr> | <tr><th align="right"><var>X'02'</var></th><td>File does not participate in ROLL FORWARD processing.</td></tr> |
Latest revision as of 11:29, 28 October 2014
File recovery options
Summary
- Default value
- 0
- Parameter type
- File
- Where set
- During file creation or reset by file manager
- Related products
- All
- Introduced
- Model 204 V6.1 or earlier
Description
File recovery options are controlled by the FRCVOPT parameter. Valid settings, which can be summed, are:
Setting | Meaning |
---|---|
X'80' | File cannot be updated if ROLL FORWARD logging is not active. |
X'40' | File cannot be updated if checkpoint logging is not active. |
X'20' | File does not participate in checkpoint logging. |
X'10' | Discontinuities are not allowed, meaning hold enqueuing while file is closed, if the file has been updated in this run. |
X'08' | Transaction back out is disabled. If X'01' is specified, this option is automatically set. |
X'04' | File does not participate in ROLL FORWARD logging. |
X'02' | File does not participate in ROLL FORWARD processing. |
X'01' | All updates are reapplied to the file during ROLL FORWARD processing, without regard to update unit or transaction boundaries. Because transactions are explicitly handled differently between transaction backout (X'08' off) and ROLL FORWARD all the way (X'01' on), this option forces the X'08' option; that is, transaction backout is automatically turned off. |