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.
Comments:
This parameter can be set globally only; that is under the tag [XFH-DEFAULT]. You cannot set the parameter for an individual file.