synchOnTrxTransfer

The build descriptor option synchOnTrxTransfer specifies whether a commit point occurs when one the following kinds of programs runs a transferstatement of type transfer to transaction:
  • A main program that participates in a batch or text application in a Java™ environment; or
  • A main program of type z/OS® batch or IMS™ BMP, as described in Runtime configurations.
Valid values are as follows:
NO (the default)
The transfer 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 statement commits recoverable resources, closes files, closes cursors, and starts a program in the same run unit.
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.