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


NAMES

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

Display the names of all variables that match a particular pattern and are eligible for display.
Read syntax diagramSkip visual syntax diagram
>>-NAMes--+--------+--+---------------------------+------------><
          '-window-'  | .-;---------------------. |   
                      | V                       | |   
                      '---variable-name-pattern-+-'   

window
An LSM Information window. Select by a Window Specification, or by placing the cursor in the window. If omitted and the cursor is not in an LSM Information window, uses or opens the first LSM Information window.
variable-name-pattern
A variable name matching pattern.

If this parameter is not supplied, then the names of all variables which are eligible for display are shown. Supplied variable name matching patterns define a subset of the eligible names. A variable name is displayed if it matches one variable pattern name.

The variable name matching pattern rules are:
  • ? matches a single variable name character
  • % matches zero or more variable name characters
  • other characters represent themselves
  • the search is not case sensitive
The variable name information display persists until:
  • A NAMES command without arguments is issued
  • The window is closed with a CLOSE command.
  • Another IDF Language command such as VARIABLE, STRUCTURE, ARRAY, TYPE, CALLERS, PLOCATES, LANGUAGE STATUS, or MAP is issued. These commands update the LSM Information window with new information
  • The target program completes execution
  • Target program execution progresses beyond the variable's defined scope

Examples

If name
lists:
    301char
    ab30xcc
    aptr
    bptr001
    ctra
    ctrd
    i
    ii
    mstidx
    slvidx
    title
Then NAME
lists:
    aptr
    bptr001
and NAME
lists:
    301char
    ab30xcc
and NAME
lists:
    ctra
    ctrd
    i
    mstidx
    slvidx

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014