Previous Topic: RNT: Prevent a Program from Modifying Its Own CodeNext Topic: RTD: Replace Transient Data Queue Names


RPC: Replace Program Names

The RPC option dynamically substitutes one program name for another in LOAD, LINK, and XCTL requests made by a monitored program. This lets multiple copies of a program coexist in one system, provided each has its own PPT entry. Use the RPC option when you want to test a program using modules other than the ones coded in the program.

To replace program names, enter:

RPC=(prog1,prog2)
prog1

Specifies the program to be replaced.

prog2

Specifies the program to replace prog1.