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


LOAD

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

Returns information about the program specified when IDF was invoked and where it is loaded in memory.
Read syntax diagramSkip visual syntax diagram
>>-EXTract--LOAd-----------------------------------------------><

REXX variables set

NAME
The name of the program module
AREA
The area in which the program is loaded:
USER
User program area
TRANS
CMS Transient area at location X'0E000'-X'0FFFF'
NUCEXT
CMS Nucleus Extension area
SYMBOL
The number of symbols defined
ORIGIN
The program's origin in memory, 8-digit hexadecimal
EPOFFSET
The offset within the program of its entrypoint, 8-digit hexadecimal
OFFSET
The current value of the offset (set by the OFFSET command), 8-digit hexadecimal
SIZE
The size of the program in bytes, 8-digit hexadecimal
LOADLIB
The name of the loadlib specified, or blank

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014