transferToTransaction element
A transferToTransaction element of a linkage options part specifies how a generated program transfers control to a transaction and ends processing. The element includes the property toPgm and may include these properties:
- alias, as is necessary if your code is transferring to a program whose run-time name is different from the name of the related program part
- externallyDefined, as is necessary if your code is transferring to a program that was not generated with EGL or VisualAge Generator
You can avoid specifying a transferToTransaction element when the target program is generated with VisualAge Generator or (in the absence of an alias) with EGL.
Related concepts
Linkage options part
Related tasks
Adding a linkage options part to an EGL build file
Editing the transfer-related elements of a linkage options part
Related reference
alias in transfer-related linkage elements
externallyDefined in transferToTransaction element