Library /sys$common/syshlp/SDA.HLB  —  SHOW  EXECUTIVE
    Displays the location and size of each loadable image that makes
    up the executive.

    Format

      SHOW EXECUTIVE  [execlet-name | /ALL | /SUMMARY (D)]

1  –  Parameter

 execlet-name

    Displays detailed data for the specified loadable image only. If
    you use wildcards in execlet-name, SDA displays detailed data for
    all matching loadable images.

    If the command is specified with no parameter or qualifier, the
    default is to display one line of data for each loadable image.

2  –  Qualifiers

2.1    /ALL

    Displays detailed data for all loadable images.

2.2    /SUMMARY

    Displays a single line of data for all loadable images. This is
    the default.

3  –  Description

    This command displays the executive loaded images. On OpenVMS
    Alpha the execlets may be sliced; on OpenVMS Integrity servers
    all execlets are sliced. This means each different psect can be
    relocated in system memory so that they are no longer contiguous.
    The SHOW EXECUTIVE display contains information on where the
    psect resides.

    The difference between a sliced image and a non-sliced image in
    the display is that the base, the end, and the length of a sliced
    image are blank. Only the image section base, end, and length are
    valid.

    On OpenVMS Alpha, there are six different psect types: non-
    paged read only, non-paged read-write, paged read only, paged
    read-write, init and fixup. On OpenVMS Integrity servers, the
    number and types of psects varies from execlet to execlet. On
    both platforms, only the psects loaded into system memory are
    displayed.

    The MAP command makes it easier to find out in which execlet an
    address resides. See HELP MAP for details.
Close Help