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
runtime 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.