QUERY LOADALL
Format
Purpose
Use the QUERY LOADALL command to display the entry point names and addresses for the entry points that have been loaded and currently reside in the virtual machine storage.
Operands
- LOADALL
- Displays the entry point names and addresses for the entry points that have been loaded and currently reside in
the virtual machine storage.
QUERY LOADALL does not display the names of modules loaded with the ADDR parameter of the LOAD macro.
Response
ENTRY NAME ENTRY ADDRESS TYPE
nnnnnnnn aaaaaaaa t
- nnnnnnnn
- Is the entry point name.
- aaaaaaaa
- Is the entry point address.
- t
- Is the entry point type. Where:
- M
- The entry point is a major entry point.
- A
- The entry point is an alias entry point.
- I
- The entry point is one defined by the IDENTIFY macro.
Messages
For messages that apply to the QUERY command, see QUERY.
