DTS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Added a Note: for FLOD/FILELOAD processing)
mNo edit summary
Line 13: Line 13:
<dd><var class="product">Model 204 V7.4</var>
<dd><var class="product">Model 204 V7.4</var>
</dl>
</dl>
==Description==
==Description==
<p>Enables date/time stamp processing when set to 1. A system manager can reset DTS to zero to disable automatic date/time stamps. Turning off the date/time stamp feature does not imply that you cannot update any field, including the date/time stamp field; it simply stops automatic updates to the date/time stamp field.</p>
<p>
Enables date/time stamp processing when set to 1. A system manager can reset <var>DTS</var> to zero to disable automatic date/time stamps. Turning off the date/time stamp feature does not imply that you cannot update any field, including the date/time stamp field; it simply stops automatic updates to the date/time stamp field.</p>
 
<table>
<table>
<tr><th>Value</th> <th>Behavior</th></tr>
<tr class="head"><th>Value</th> <th>Behavior</th></tr>
<tr><th align="right"><var>1 </var></th><td>For date/time stamp files, transactions participate in DTS updating. The date/time stamp field of an updated record is automatically updated at the beginning of COMMIT processing. <p>This is the default setting for the parameter.</p>
<tr><th align="right"><var>1 </var></th><td>For date/time stamp files, transactions participate in DTS updating. The date/time stamp field of an updated record is automatically updated at the beginning of <var>COMMIT</var> processing.  
<p>
This is the default setting for the parameter.</p>
</td></tr>
</td></tr>
<tr><th align="right"><var>0 </var></th><td>Transactions do not participate in DTS updating. When a transaction does not participate in DTS processing, the date/time stamp field will not be updated on records that are themselves updated.  
 
<tr><th align="right"><var>0 </var></th>
<td>Transactions do not participate in DTS updating. When a transaction does not participate in DTS processing, the date/time stamp field will not be updated on records that are themselves updated.  
</td></tr>
</td></tr>
</table>
</table>
<p>The DTS parameter may be reset only by a user with system manager privileges. In addition, the user must have file manager privileges for any DTS-enabled (<var>[[FOPT parameter|FOPT]]</var> X'10') files opened, either before or after DTS is reset to 0. Turning off the DTS parameter affects updates only to date/time stamp files, so no special restrictions were placed on the file with no date/time stamp.</p>


<p><b>Note:</b> During FLOD/FILELOAD, the DTS field, if one is defined to the file, is not updated. This means that a new DTS field defined as part of a file reorg will not have a value calculated during the reorg.  Existing DTS fields are only added from TAPEI input and are not automatically updated by the DTS feature.</p>
<p>
The <var>DTS</var> parameter may be reset only by a user with system manager privileges. In addition, the user must have file manager privileges for any DTS-enabled (<var>[[FOPT parameter|FOPT]]</var> X'10') files opened, either before or after DTS is reset to 0. Turning off the <var>DTS</var> parameter affects updates only to date/time stamp files, so no special restrictions were placed on the file with no date/time stamp.</p>
 
<p class="note"><b>Note:</b> During FLOD/FILELOAD, the DTS field, if one is defined to the file, is not updated. This means that a new DTS field defined as part of a file reorganization will not have a value calculated during the reorganization.  Existing DTS fields are only added from TAPEI input, and they are not automatically updated by the DTS feature.</p>
 
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 15:53, 14 July 2014

Date time stamp updates (1=automatic, 0=bypassed)

Summary

Default value
1
Parameter type
User
Where set
Reset by system manager
Related products
All
Introduced
Model 204 V7.4

Description

Enables date/time stamp processing when set to 1. A system manager can reset DTS to zero to disable automatic date/time stamps. Turning off the date/time stamp feature does not imply that you cannot update any field, including the date/time stamp field; it simply stops automatic updates to the date/time stamp field.

Value Behavior
1 For date/time stamp files, transactions participate in DTS updating. The date/time stamp field of an updated record is automatically updated at the beginning of COMMIT processing.

This is the default setting for the parameter.

0 Transactions do not participate in DTS updating. When a transaction does not participate in DTS processing, the date/time stamp field will not be updated on records that are themselves updated.

The DTS parameter may be reset only by a user with system manager privileges. In addition, the user must have file manager privileges for any DTS-enabled (FOPT X'10') files opened, either before or after DTS is reset to 0. Turning off the DTS parameter affects updates only to date/time stamp files, so no special restrictions were placed on the file with no date/time stamp.

Note: During FLOD/FILELOAD, the DTS field, if one is defined to the file, is not updated. This means that a new DTS field defined as part of a file reorganization will not have a value calculated during the reorganization. Existing DTS fields are only added from TAPEI input, and they are not automatically updated by the DTS feature.