FINDMOD subcommand — locate a module name

Use the FINDMOD subcommand to locate a module in the dump. IPCS searches as follows, in order:
  1. Searches the symbol table for the specified symbol name with the attribute MODULE
  2. Searches the active link pack area (LPA) queue in the dump for the module in the MLPA/EMLPA and FLPA/EFLPA
  3. Searches the LPA directory in the dump for the module in the PLPA/EPLPA
If FINDMOD finds the requested module in the symbol table, it does not create new symbols. If it finds the requested module on the CDE chain, it creates the symbols:
  • CDEmodulename
  • XLmodulename
  • modulename
If it finds the requested module on the LPDE chain, it creates the symbols:
  • LPDEmodulename
  • modulename
Note: This subcommand can modify X, the current address.