Linkage options part

A linkage options part provides the various elements that enable you to specify details about how you want certain statements to be implemented in your generated code. The following elements can be included in the linkage options part:
  • The asynchLink element provides details on how a generated program starts a particular program or transaction asynchronously using the vgLib.startTransaction system function.
  • The callLink element provides details on how a call statement is to be implemented when calling a particular program, or how a particular called program is to be called.
  • The fileLink element provides details on whether to use remote file I/O for a particular file in the CICS® environment.
  • The transferToProgram element provides details on how a transfer to program statement is to be implemented when transferring control to a particular program.
  • The transferToTransaction element provides details on how a transfer to transaction statement is to be implemented when transferring control to a particular transaction (or program in nontransactional environments).

In this reference section, you can find information on the various elements available for use in the linkage options part. From the topics on each element, you can find links to the property settings available for each element.