LMDBLOK Back to Index page
 
Prolog 
Control Block Contents 
   LMDBLOK DSECT
Storage Layout 
Cross Reference (Contains links to field and bit definitions)
Programming Interface Information:
This information is NOT intended to be
used as Programming Interfaces of z/VM.


  LMDBLOK Prolog Top of page
 
 NAME       : STRUCPRA
 DSECT      : LMDBLOK
 DESCRIPTION: Language manager descriptor
 
 
  LMDBLOK Control Block Content Top of page
 

 LMDBLOK DSECT Top of page
Hex Dec Type/Val Lng Label (dup) Comments ---- ---- --------- ---- -------------- -------- 0000 0 Structure LMDBLOK Language manager descriptor 0000 0 Signed 4 * (0) 0000 0 Address 4 LMD_NEXT next lmdblok 0004 4 Character 8 LMD_MODNAME module name 000C 12 Address 4 LMD_PCR process create 0010 16 Address 4 LMD_PDE process delete 0014 20 Address 4 LMD_TCR thread create 0018 24 Address 4 LMD_TDE thread delete 001C 28 Address 4 LMD_ERR application run 0020 32 Character 16 * reserved
 
 
  LMDBLOK Storage Layout Top of page
 
 
*** LMDBLOK - Language manager descriptor
*
*     +---------------------------+---------------------------+
*   0 |         LMD_NEXT          |       LMD_MODNAME-        |
*     +---------------------------+---------------------------+
*   8 |          -(004)           |         LMD_PCR           |
*     +---------------------------+---------------------------+
*  10 |         LMD_PDE           |         LMD_TCR           |
*     +---------------------------+---------------------------+
*  18 |         LMD_TDE           |         LMD_ERR           |
*     +---------------------------+---------------------------+
*  20 |///////////////////////////////////////////////////////|
*     |///////////////////////////////////////////////////////|
*     +-------------------------------------------------------+
*  30
*
*** LMDBLOK - Language manager descriptor
 
 
  LMDBLOK Cross Reference Top of page
 
 
Symbol         Dspl Value
-------------- ---- -----
LMD_ERR        001C
LMD_MODNAME    0004
LMD_NEXT       0000
LMD_PCR        000C
LMD_PDE        0010
LMD_TCR        0014
LMD_TDE        0018
 
This information is based on z/VM 6.4.0.
Last updated on 24 Aug 2016 at 09:22:01 EDT.
Copyright IBM Corporation, 1990, 2016