HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


MODULE BASE

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

Sets the origin of a module that was loaded while the original target program was executing.
Read syntax diagramSkip visual syntax diagram
>>-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)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014