Programming Interface Information: This information is NOT intended to be
used as Programming Interfaces of z/VM.

LMDBLOK

Prolog  

Control Block Contents  
   LMDBLOK DSECT

Storage Layout  

Cross Reference (Contains links to field and bit definitions)  


LMDBLOK Prolog

 NAME       : STRUCPRA
 DSECT      : LMDBLOK
 DESCRIPTION: Language manager descriptor

 

LMDBLOK Control Block Content


LMDBLOK DSECT

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

          
*** 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

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 V4R1.0.
Last updated on 12 Jul 2001 at 14:03:27 EDT.
Copyright IBM Corporation, 1990, 2001