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


WHERE

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

Displays the symbolic name for the given address.
Read syntax diagramSkip visual syntax diagram
>>-WHEre--+---------+------------------------------------------><
          '-address-'   

address
A storage location.

If an expression is present on the command line, that expression is used as the argument. If the command line is empty, an attempt is made to determine the address from the cursor position. Failing this, the current execution address is obtained from the PSW.

The WHERE command is like the VALUE command:
  • If the address corresponds to a location within a module defined to IDF, both commands display the same symbolic name.
  • If the address corresponds to an address within a module which is defined in a system control block but not yet defined to IDF:
    • the WHERE command shows this module in the symbolic name
    • the VALUE command displays the hexadecimal address value
  • If the address corresponds to a location which is not within any known module, both commands display the hexadecimal address value.

For information about expressions, see Address expressions.

Return codes

0
Operation successful
5
The expression contained an error

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014