About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Programming Interface Information:
This information is NOT intended to be used as Programming Interfaces of z/VM. |
LMDBLOK
Control Block Contents
LMDBLOK DSECT
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
Last updated on 18 Oct 2001 at 11:29:43 EDT.
Copyright IBM Corporation, 1990, 2001