z/OS JES2 Initialization and Tuning Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Parameter Description for D LOADMOD(jxxxxxxx)

z/OS JES2 Initialization and Tuning Reference
SA32-0992-00

jxxxxxxx
Specifies the JES2 load module name for which information is to be displayed. Specify the load module name (for example, HASCLINK) to obtain specific load module information, or an asterisk ( * ) to obtain information for all load modules. You can also specify wild cards for the load module name. The following load modules cannot be displayed:
  • HASPFSSM
  • HASJES20
  • Load modules beginning with the characters HASM.
ADDRess
Displays the hexadecimal address of the load module in storage.
LENgth
Displays the load module's exact hexadecimal length.
RMODE[=24|ANY]
Displays the link-edit attributes of the load module. Optionally, you can specify one of the following keywords to display load modules that reside in a particular area:
Value
Meaning
24
Display only those load modules that reside below 16 megabytes of virtual storage.
ANY
Display only those load modules that reside above 16 megabytes of virtual storage.
ROUtines
Displays the routines that are defined using the $ENTRY macros in a module. These routines are available for use through the EXIT(nnn) initialization statement.

Only routine names in installation-provided modules or in IBM-provided sample exit modules will be included.

SPLevel[=CHECK|NOCHECK]
Displays the value the module assigned to the SPLEVEL= parameter on the $MODULE macro. Optionally, you can display only those modules that have assigned a specific value to the $MODULE SPLEVEL= parameter by coding one of the following keywords:
Value
Meaning
CHECK
Display only those modules that specified CHECK on the $MODULE SPLEVEL= parameter.
NOCHECK
Display only those modules that specified NOCHECK on the $MODULE SPLEVEL= parameter.
STORAGE[=CSA|PVT|LPA|PRIVATE]
Displays the type of storage in which the load module resides. Optionally, you can specify an area of storage.
Code one of the following keywords:
Value
Meaning
CSA
Display only those load modules that are loaded into common storage.
PVT|PRIVATE
Display only those load modules that are loaded into the private storage of the JES2 address space.
LPA
Display only those load modules that are loaded into link pack area storage.
TABles
Displays any DYNAMIC tables which are defined in this module, along with the type of table.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014