No commit is issued by Database Connectors when COMMIT_COUNT is set to -1, there are two alternate ways to perform a commit or rollback:
- One way is to call your Oracle query tool with COMMIT WORK or ROLLBACK WORK
- The second way is to use the COBOL verbs COMMIT and ROLLBACK, available in your COBOL development system
COMMIT_COUNT is set to "-1" internally when you use the transaction management facilities available in the Compiler.
A COMMIT WORK, however, is issued on exit from the run time system (for example, on execution of a STOP RUN)
|