ENABLE Reference Manual
 ENABLE ATTRIBUTES
 TMF Attribute
 TMF Attribute
 The TMF attribute indicates whether the data base file
 represented by the box is, or is not, audited by the Transaction
 Monitoring Facility (TMF). The syntax of the TMF attribute is:
 -----------------------------------------------------------------
 | |
 | TMF { ON } |
 | { OFF } |
 | |
 | ON |
 | |
 | indicates that the data base file is audited by TMF. |
 | |
 | OFF |
 | |
 | indicates that the data base file is not audited by TMF. |
 | |
 | The starting value of the TMF attribute is OFF. |
 | |
 -----------------------------------------------------------------
 Considerations
 When you supply ON as a value for the TMF attribute:
 1. ENABLE generates the application so that BEGIN-TRANSACTION
 and END-TRANSACTION statements appear in the SCREEN COBOL
 code that controls access to the data base file.
 2. The generated application can only be used on a system for
 which TMF is active.
 3. The copy of the General Server that accesses the file
 represented by the box must be defined as TMF. This means
 that the PATHCOM command file must contain the following
 command:
 SERVER (PARAM TMF ON)
 4. The generated PATHCOM command file indicates that the TCP is
 to run as a NonStop process pair.
 4-69










