NAMES DISPLAY command

Use the NAMES DISPLAY command to indicate that you want a list of all the load modules or compile units that are currently excluded or included. If you do not specify the ALL parameter, only the names excluded by user commands appear in the list that is displayed. Names that z/OS® Debugger excludes by default are not included in the list that is displayed.

Read syntax diagramSkip visual syntax diagramNAMESDISPLAY USERALLEXCLUDEDINCLUDED LOADMODSCUS *pattern(,pattern) ;
USER
Indicates that you want a list of load modules or compile units that are currently excluded at your request (by using NAMES EXCLUDE command).
ALL
Indicates that you want a list of all load modules or compile units that are currently excluded, including those that z/OS Debugger excludes by default.
LOADMODS
Indicates that you want a list of load module names.
CUS
Indicates that you want a list of compile unit names.
pattern
Specifies the name of the load module or compile unit, or a string surrounded by quotation marks (") or apostrophes (') that contains a partial load module or compile unit name followed by an asterisk to indicate that you want a list of all load modules or compile units beginning with the specified string.

Usage note

You can use this command in remote debug mode.

Refer to the following topics for more information related to the material discussed in this topic.