asynchLink element

An asynchLink element of a linkage options part specifies how a generated program invokes another program asynchronously, as occurs when the originating program invokes the system function sysLib.startTransaction.

You can avoid specifying an asynchLink element if you accept the default behavior, which assumes that the created transaction is to be started from the same Java package.

Each element includes the property recordName, which references a record that is also referenced in the specific sysLib.startTransaction function whose action is being modified.

The other property is package, which is needed only if the source for the invoked program is in a package that is different from the invoker's package.

Related concepts
Linkage options part

Related reference


package in asynchLink element
recordName in asynchLink element