Displaying LPA information

Use the DISPLAY PROG,LPA command to display the entry point, load point, and size of modules in the LPA, and to display the minimum amount of CSA and ECSA that must remain after dynamically adding a module to the LPA.

The complete syntax for the DISPLAY PROG,LPA command is:
D PROG,LPA
 
D PROG,LPA{,MODNAME=modname}[,L={a|name|name-a}]
          {,CSAMIN         }
 
Note: This command requires a /* */ around comments. Refer to System command formats for further information.
MODNAME=
Displays entry point, load point, and length information about the LPA module. You can use MOD and MODULE as synonyms of MODNAME.
modname
is the 1-8 character LPA module name. If the last character of the modname is an asterisk (*), it will be treated as X'CO'.
CSAMIN
Displays the current CSA and ECSA minimum values.
L=a, name, or name-a
Specifies the display area (a), console name (name), or both (name-a) where the display is to appear.