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


MODULE SIZE

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

Sets the length of a module that was loaded while the original target program was executing.
Read syntax diagramSkip visual syntax diagram
>>-MODUle--module-name--SIZe--module-length--------------------><

module-name
The name of the module that is to have its length 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-length
An expression which resolves to the length value for module module-name.

This command lets you debug many modules at once.

The new module definition must be completed with a MODULE BASE command before symbols are loaded.

Examples

MODULE ASMLANGX SIZE X'123000'
MODULE FDISK SIZE F'1024'

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014