type in asynchLink element

The type property of the asynchLink element of the linkage options part specifies the type of linkage to generate on CICS®. This property is ignored for Java™ programs. The following values are valid:
local (the default)
Indicates that the CICS transaction being created is in the same region as the originating program.
remote
Indicates that the CICS transaction being created might be in a different region from the originating program.

Feedback