Previous Topic: MIM0443E

Next Topic: MIM0445

MIM0444

MODULE DISPLAY:

   MODULE   ENTRY   LENGTH    TYPE   KEY   SUBPOOL   ORIGIN   PROT   FIXED
   mname    entry   m-length  type   key   subpool   origin   prot   fixed

(optional display)

   CSECT     ADDRESS   LENGTH     LEVEL   ASSEMBLED
   cnam      addr      c-length   apar    time
   subname   storaddr

Reason:

This message is generated as a command response to the DISPLAY MODULE command. It shows information about modules loaded by CA MIM.

The following information is shown in the message:

mname

Indicates the load module name.

entry

Indicates the load module entry point.

m-length

Indicates the load module length.

type

Indicates the load module type indication. Type is one of the following:

MIM

Indicates a CA MIM load module. This type of module is structured such that detailed CSECT and routine information can be displayed.

OS

Indicates a standard operating system format load module.

key

Indicates whether the module was specifically loaded into key zero storage.

Z

Indicates that the module was loaded to protect key zero storage by specific request

[blank]

Indicates that there was no specific request to load module in key zero storage.

subpool

Indicates the virtual storage subpool of load module if the module processed using a directed LOAD; otherwise, blank.

origin

Indicates the virtual storage origin address of load module if module processed using a directed LOAD; otherwise, blank.

prot

Indicates whether the module was page-protected:

P

Indicates that the load module was page protected.

[blank]

Indicates that the load module was not page protected.

fixed

Indicates whether the module was page-fixed:

F

Indicates that the load module was page fixed.

[blank]

Indicates that the load module was not page fixed.

The following information is optional and is only present if the CSECT parameter was specified on the DISPLAY MODULE command and the load module being displayed is a CA MIM structured load module:

cname

Indicates the CSECT name

addr

Indicates the virtual storage origin address of CSECT.

c-length

Indicates the CSECT length.

apar

Indicates the last APAR applied to CSECT.

time

Indicates the CSECT assembly date and time.

subname

Indicates the subroutine name.

storaddr

Indicates the virtual storage origin address of subroutine.