DSRTPGM

The DSRTPGM system initialization parameter specifies the name of a distributed routing program. The distributed routing program must be specified in the routing region and each target CICS® region.

DSRTPGM={NONE|DFHDSRP|program-name|EYU9XLOP}
The program can dynamically route:
  • Eligible CICS business transaction services (BTS) processes and activities

    For information about which BTS processes and activities are eligible for dynamic routing, see Administering BTS.

  • Eligible non-terminal-related EXEC CICS START requests.

    For information about which non-terminal-related START requests are eligible for dynamic routing, see Routing transactions invoked by START commands.

DFHDSRP
The CICS sample distributed routing program.
EYU9XLOP
The CICSPlex® SM routing program.
NONE
For eligible CICS BTS processes and activities, no routing program is invoked. BTS processes and activities cannot be dynamically routed.

For eligible non-terminal-related START requests, the CICS sample distributed routing program, DFHDSRP, is invoked.

program-name
The name of a user-written program.
Note: See also the DTRPGM parameter, used to name the dynamic routing program.