Sets the origin of a module that was loaded while the original
target program was executing.

>>-MODUle--module-name--BASe--module-start-address-------------><
- module-name
- The name of the module that is to have its origin set.
Note: Unless the module is qualified by the QUALIFY command, address expressions that
refer to a dynamically loaded module must prefix
any symbols with the module and CSECT wrapped in parentheses (see
Address expressions).
- module-start-address
- An expression which resolves to the start address value for
module module-name.
This command lets you debug many modules at once.
The new module definition must be completed with a MODULE
SIZE command before symbols are loaded.
See BASE for information about how to set the
base address of the target program specified when IDF was invoked.
Examples
MODULE ASMLANGX BASE 0(R0)