fromPgm in transferToProgram element

The fromPgm property of the transferToProgram element of the linkage options part specifies the name of a program part:
  • If the target system is Java on CICS®, the program part is the one that issues the transfer statement.
  • If the target system is z/OS® but not CICS® and if any of the programs in the run unit issue a transfer statement, the fromPgm property must be set to the name of the first program in the run unit. For an example, see transferToProgram element.

The value of the fromPgm property is required and cannot include an asterisk (*).

You can find more information on run units and the transfer statement in the EGL Language Reference.