Library /sys$common/syshlp/SDA.HLB  —  SHOW  SYMBOL
    Displays the hexadecimal value of a symbol and, if the value is
    equal to an address location, the contents of that location.

    Format

      SHOW SYMBOL  [/ALL [/ALPHA|/VALUE]] [/BASE_ADDRESS=n]

                   symbol-name

1  –  Parameter

 symbol-name

    Name of the symbol to be displayed. You must provide a symbol-
    name, unless you specify the /ALL qualifier. Symbols that include
    lowercase letters must be enclosed in quotation marks. symbol-
    name may include wildcards unless /ALL is also specified.

2  –  Qualifiers

2.1    /ALL

    Displays information on all symbols whose names begin with the
    characters specified in symbol-name. If no symbol name is given,
    all symbols are displayed.

2.2    /ALPHA

    When used with the /ALL qualifier, displays the symbols sorted
    only in alphabetical order. The default is to display the symbols
    twice, sorted alphabetically and then by value.

    When used with a wildcard symbol name, displays the symbols in
    alphabetical order. This is the default action.

2.3    /BASE_ADDRESS

       /BASE_ADDRESS=n

    The given address is added to the value of each matching symbol
    to construct the address used when obtaining the contents of the
    symbol's location. By default, SDA uses the actual value of the
    symbol as the address to be used. See the description of SHOW
    SYMBOL for more information.

2.4    /VALUE

    When used with the /ALL qualifier, displays the symbols sorted
    only in value order. The default is to display the symbols twice,
    sorted alphabetically and then by value.

    When used with a wildcard symbol name, displays the symbols in
    value order.
Close Help