synchOnTrxTransfer
The synchOnTrxTransfer build descriptor
option specifies whether a commit point occurs when one the following
kinds of programs runs a transfer to transaction statement:
- A main program (a Basic or TextUI type program) in a Java™ environment; or
- A main program that is generated for z/OS® batch or IMS™ BMP.
Values
- NO (the default value)
- The transfer to transaction statement starts a program in the same run unit, but does not close or commit resources, which are available to the invoked program.
- YES
- The transfer to transaction statement commits recoverable resources, closes files, closes cursors, and starts a program in the same run unit.