Accessing and modifying the route configuration
Access and modify a message's route configuration with the msgrouteget and msgrouteset commands.
- msgrouteget returns the message's route configuration.
- msgrouteset replaces a message's entire route configuration with a new value. It returns an empty string.
For example:
Input: keylset newlist TYPE raw PROCS.ARGS {}\ PROCS.PROCS {}
Input: msgrouteset message3 {list $newlist}
Output:
Input: msgrouteget message3 fi {{TYPE raw} {PROCS {{ARGS {}} {PROCS {}}}}}
Note: These commands only work in the
context of generate route TPS procedures. They error out if you invoke them in any other
context. The examples in this text show how the commands work, even though you cannot run
them interactively.