MODULE SIZE

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

Read syntax diagramSkip visual syntax diagramMODUlemodule-nameSIZemodule-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.

The following is the example for MODULE SIZE:
MODULE ASMLANGX SIZE X'123000'
MODULE FDISK SIZE F'1024'