ZSCBS Back to Index page
 
Prolog 
Control Block Contents 
   ZSCBS 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.


  ZSCBS Prolog Top of page
 
 NAME       : HCPZSCBS
 DESCRIPTION: HCPZSC BASES= plist
 DSECT      : ZSCBS
 FUNCTION   : This file maps the pointers required by the syntax
              definition in HCPZSC, as well as every syntax branch
              defined by the SYNLIST= keyword on the HCPDOSYN macro
              in HCPZSC, as well as all post-processor routines
              defined by those syntax definitions.
 LOCATED BY : R2 passed to HCPZPR by whoever calls HCPZPR with the
              HCPZSC syntax tree, or any of its branches.
 CREATED BY : Whoever calls HCPZPR with the HCPZSC syntax tree, or
              any of its branches.
 DELETED BY : Whoever calls HCPZPR with the HCPZSC syntax tree, or
              any of its branches.
 SERIALIZED : None
 RELOCATION CONSIDERATIONS : None
 
 
  ZSCBS Control Block Content Top of page
 

 ZSCBS DSECT Top of page
Hex Dec Type/Val Lng Label (dup) Comments ---- ---- --------- ---- -------------- -------- 0000 0 Structure ZSCBS HCPZSC BASES= plist Call HCPGNBAS macro to generate the fields that hold the pointers to the standard data areas that are necessary for parsing the system configuration file. These must match the list that is used when BASES=(STDBLKS) is specified on the HCPDOSYN macro. 0000 0 Address 4 ZSCBSPFX Address of Prefix page Define a ZSCBS field 0004 4 Address 4 ZSCBSSYS Address of SYSCM Define a ZSCBS field 0008 8 Address 4 ZSCBSRD Address of RDEV Define a ZSCBS field 000C 12 Address 4 ZSCBSRSP Address of RSPBK Define a ZSCBS field 0010 16 Address 4 ZSCBSPP Address of Playpen Define a ZSCBS field 0014 20 Address 4 ZSCBSFRM Address of FORMS Define a ZSCBS field 0018 24 Address 4 ZSCBSSCT Address of SCTBK Define a ZSCBS field 001C 28 Address 4 ZSCBSSHP Address of SHPBK Define a ZSCBS field 0020 32 Address 4 ZSCBSMKS Address of Marks for DEVICES Define a ZSCBS field 0024 36 Address 4 ZSCBSCSC Address of CSCBK Define a ZSCBS field 0028 40 Address 4 ZSCBSDGN Address of DGNBK Define a ZSCBS field 002C 44 Address 4 ZSCBSCMD Address of CMDBK Define a ZSCBS field 0030 48 Address 4 ZSCBSDED Address of DEDBK Define a ZSCBS field 0034 52 Address 4 * Placeholder for ENCBKDefine a ZSCBS field 0038 56 Address 4 ZSCBSMCU Address of Marks for CU Define a ZSCBS field 003C 60 Address 4 * Slot 16 is available Define a ZSCBS field 0040 64 Address 4 * Slot 17 is available Define a ZSCBS field 0044 68 Address 4 * Slot 18 is available Define a ZSCBS field 0048 72 Address 4 * Slot 19 is available Define a ZSCBS field 004C 76 Address 4 * Slot 20 is available Define a ZSCBS field 0050 80 Address 4 ZSCBSEND (0) The end
 
 
  ZSCBS Storage Layout Top of page
 
          
*** ZSCBS - HCPZSC BASES= plist
*
*     +---------------------------+---------------------------+
*   0 |         ZSCBSPFX          |         ZSCBSSYS          |
*     +---------------------------+---------------------------+
*   8 |         ZSCBSRD           |         ZSCBSRSP          |
*     +---------------------------+---------------------------+
*  10 |         ZSCBSPP           |         ZSCBSFRM          |
*     +---------------------------+---------------------------+
*  18 |         ZSCBSSCT          |         ZSCBSSHP          |
*     +---------------------------+---------------------------+
*  20 |         ZSCBSMKS          |         ZSCBSCSC          |
*     +---------------------------+---------------------------+
*  28 |         ZSCBSDGN          |         ZSCBSCMD          |
*     +---------------------------+---------------------------+
*  30 |         ZSCBSDED          |///////////////////////////|
*     +---------------------------+---------------------------+
*  38 |         ZSCBSMCU          |///////////////////////////|
*     +---------------------------+---------------------------+
*  40 |///////////////////////////|///////////////////////////|
*     +---------------------------+---------------------------+
*  48 |///////////////////////////|///////////////////////////|
*     +---------------------------+---------------------------+
*
*** ZSCBS - HCPZSC BASES= plist
 
 
  ZSCBS Cross Reference Top of page
 
 
Symbol         Dspl Value
-------------- ---- -----
ZSCBSCMD       002C
ZSCBSCSC       0024
ZSCBSDED       0030
ZSCBSDGN       0028
ZSCBSEND       0050
ZSCBSFRM       0014
ZSCBSMCU       0038
ZSCBSMKS       0020
ZSCBSPFX       0000
ZSCBSPP        0010
ZSCBSRD        0008
ZSCBSRSP       000C
ZSCBSSCT       0018
ZSCBSSHP       001C
ZSCBSSYS       0004
 
This information is based on z/VM 7.3.0 Last updated on 22 Jun 2022 at 15:58:25 EDT.
Copyright IBM Corporation, 1990, 2022