Rocket® Enterprise Developer (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
COMMITFLUSH
In the context of a program that is not using Fileshare, the COMMITFLUSH option specifies whether the COMMIT and ROLLBACK statements cause all file updates
to be flushed to disk, as well as record locks to be released.
Syntax:
COMMITFLUSH = { ON } { OFF }
Parameters:
- ON
- The COMMIT and ROLLBACK statements cause all file updates to be flushed to disk.
- OFF
- The COMMIT and ROLLBACK statements do not cause all file updates to be flushed to disk.
Properties:
| Default: | OFF |
Comments:
This parameter can be set globally only; that is under the tag [XFH-DEFAULT]. You cannot set the parameter for an individual file.