BLSXWHER REXX EXEC — find all modules with the same entry point name

Use the BLSXWHER EXEC to find all modules in dump storage associated with the same entry point name. BLSXWHER searches for modules with the same entry point in private area storage. For ASID(1), BLSXWHER also searches modules in the link pack area (LPA). BLSXWHER displays the storage map entry for each module, identifying the starting address and other attributes for the module.

Before searching for the modules, BLSXWHER maps the modules in the private area and, for ASID(1), the LPA.
  • Syntax
        %BLSXWHER {epname} [ASID(asid)]
  • Parameters
    epname
    Specifies the name of an entry point. BLSXWHER finds all modules with this entry point.
    ASID(asid)
    Specifies the address space that BLSXWHER will search. If no ASID is specified, BLSXWHER uses the default address space for the dump. See Address processing parameters for information about specifying asid.
  • IPCS dialog invocation

    BLSXWHER finds the storage map entries for load module ILRPGEXP in the default address space, if any exist.

     ------------------------- IPCS Subcommand Entry ------------------------------
     Enter a free-form IPCS subcommand, CLIST, or REXX EXEC invocation below:
    
     ===] %BLSXWHER ILRPGEXP
  • REXX EXEC listing

    See the BLSXWHER member of SYS1.SBLSCLI0.