Previous Topic Next topic Print topic


Handling Transactions

Restriction: This topic applies only when a Database Connectors license has been installed via the Micro Focus License Management System, and applies to Windows platforms only.

Issuing a COMMIT WORK database command terminates a transaction and makes all work permanent and accessible to other users. The for Oracle run time system issues this command automatically when no locks are held, but you can cause it to happen under other conditions by setting the value of the COMMIT_COUNT variable.

For direct control over the transaction logging facility in Oracle, use the transaction management features available with the compiler.

You are now ready to prepare and compile your COBOL program and run the demonstration program. For additional information, see Preparing and Compiling a Program Example and The Demonstration Program.

Previous Topic Next topic Print topic