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


  SR5BK Prolog Top of page
 
 NAME       : HCPSR5BK
 DESCRIPTION: Symptom Record Section Five
 DSECT      : SR5BK
 FUNCTION   : Map section 5 of the symptom record.
              This section is optional.  See general
              notes below for details.
 LOCATED BY : n/a
 CREATED BY : HCPSRB
              HCPDMP
 DELETED BY : HCPDMP
              HCPSRB
 RELOCATION CONSIDERATIONS : None
 NOTES      : The first three keys are for section 5 of the symptom
              record associated with all dumps. For VM dumps this
              information will follow any guest provided entries
              in this section.  For CP hard and soft abend symptom
              records it will be the only data in this section.
              The entries in this section are in the form of a key,
              length of variable data and variable data.  The
              length of the data excludes the length of the key
              and the field containing the length.
 
 
  SR5BK Control Block Content Top of page
 

 SR5BK DSECT Top of page
Hex Dec Type/Val Lng Label (dup) Comments ---- ---- --------- ---- -------------- -------- 0000 0 Structure SR5BK Symptom Record Section Five Keys, X'1000', X'1001' and X'1002', are used to create the symptom record by symptom record processing. CP symptom record processing always adds the information mapped by these three keys. 0000 0 Bitstring 2 SR5KEY0 Key to specify userid dumped 0002 2 Bitstring 2 SR5LEN0 Length of data 0004 4 Character 15 SR5USRT0 Text for VIEWSYM. HCPSRB fills this with "USERID DUMPED: ". 0013 19 Character 8 SR5USRD0 Userid dumped followed by blank used by soft and hard abend 001B 27 Character 1 SR5BLNK0 Blank 001C 28 Bitstring 2 SR5KEY1 Key to specify userid dump sent to 001E 30 Bitstring 2 SR5LEN1 Length of data 0020 32 Character 15 SR5USRT1 Text for VIEWSYM. HCPSRB fills this with "DUMP RECEIVER: ". 002F 47 Character 8 SR5USRD1 Recipient userid 0037 55 Character 1 SR5BLNK1 Blank 0038 56 Bitstring 2 SR5KEY2 Key to specify spool file id of dump 003A 58 Bitstring 2 SR5LEN2 Length of data field 003C 60 Character 9 SR5SPLT Text for VIEWSYM. HCPSRB fills this with "SPOOLID: " 0045 69 Bitstring 4 SR5SPID Dump Spool ID in printable hex Constants for Key '1000'X 00001000 SR5_KEY0 X'1000' 00000018 SR5_LEN0 SR5KEY1-SR5USRT0 Constants for Key '1001'X 00001001 SR5_KEY1 X'1001' 00000018 SR5_LEN1 SR5KEY2-SR5USRT1 Constants for Key '1002'X 00001002 SR5_KEY2 X'1002' 0000000D SR5_LEN2 *-SR5SPLT Length of section 5 as provided by symptom record services. 00000049 SR5BYTL (*-SR5BK) In bytes.. 0000000A SR5SIZE (*-SR5BK+7)/8 0049 73 Character 50 * Reserved for IBM use DUMPSCAN will update key '1003'X which contains the main CMS dump filename and filetype (DUMP0001). DUMPSCAN will also update key '1004'X which contains the dump format of an address space dumped in a CMS file. 0000 0 Bitstring 2 SR5KEY3 Key to specify main CMS dump file(DUMP0001) 0002 2 Bitstring 2 SR5LEN3 Length of data 0004 4 Character 19 SR5MNAME 'Name of main dump: ' 0017 23 Character 8 SR5FNAME Main dump name 001F 31 Character 1 SR5SP1 Blank 0020 32 Character 8 SR5FTYPE Filetype 0028 40 Character 2 SR5SP2 2 Blanks 002A 42 Bitstring 2 SR5KEY4 Key to specify dump format 002C 44 Bitstring 2 SR5LEN4 Length of data 002E 46 Character 13 SR5DFORM 'Dump format: ' 003B 59 Character 8 SR5FORMN Format name Constants for Key '1003'X 00001003 SR5_KEY3 X'1003' 00000026 SR5_LEN3 SR5KEY4-SR5MNAME Constants for Key '1004'X 00001004 SR5_KEY4 X'1004' 00000015 SR5_LEN4 *-SR5DFORM Calculate the length of key '1003' and key '1004' 00000043 SR5MAINL *-SR5KEY3 PRTDUMP and DUMPSCAN will update this key while processing a CMS dump file of a VM dump. 0000 0 Bitstring 2 SR5KEY5 Key to specify dump info 0002 2 Bitstring 2 SR5LEN5 Length of data 0004 4 Character 11 SR5TITLE "DUMP INFO: " 000F 15 Character 80 SR5TEXT Text data Constants for Key '1005'X 00001005 SR5_KEY5 X'1005' 0000005B SR5_LEN5 *-SR5TITLE Calculate the length of key '1005' 0000005F SR5INFOL *-SR5KEY5 PRTDUMP and DUMPSCAN will update this key while processing a CMS dump file of a VM dump. 0000 0 Bitstring 2 SR5KEY6 Key to specify dump info 0002 2 Bitstring 2 SR5LEN6 Length of data 0004 4 Character 33 SR5NUMBH DVF's HCSSRU fills this with "NUMBER OF ADDRESS SPACES DUMPED: " 0025 37 Character 4 SR5NUMBD Number of dump files Constants for Key '1006'X 00001006 SR5_KEY6 X'1006' 00000025 SR5_LEN6 *-SR5NUMBH Calculate the length of key '1006' 00000029 SR5NUMBL *-SR5KEY6
 
 
  SR5BK Storage Layout Top of page
 
          
*** SR5BK - Symptom Record Section Five
*
*     +-------------+-------------+---------------------------+
*   0 |  SR5KEY0    |  SR5LEN0    |                           |
*     +-------------+-------------+                           |
*     |                       SR5USRT0                        |
*     |                    +----------------------------------+
*     |                    |            SR5USRD0-             |
*     +--------------------+------+-------------+-------------+
*  18 |      -(013)        |:BLNK0|  SR5KEY1    |  SR5LEN1    |
*     +--------------------+------+-------------+-------------+
*  20 |                       SR5USRT1                        |
*     |                                                +------+
*     |                                                |(02F)-|
*     +------------------------------------------------+------+
*  30 |                   -SR5USRD1                    |:BLNK1|
*     +-------------+-------------+--------------------+------+
*  38 |  SR5KEY2    |  SR5LEN2    |         SR5SPLT           |
*     +-------------+-------------+      +--------------------+
*     |                                  |     SR5SPID-       |
*     +------+---------------------------+--------------------+
*  48 |-(045)|////////////////////////////////////////////////|
*     +------+////////////////////////////////////////////////|
*  50 |///////////////////////////////////////////////////////|
*     =///////////////////////////////////////////////////////=
*     |////////////////////+----------------------------------+
*     |////////////////////| 7B
*     +--------------------+
*
*** SR5BK - Symptom Record Section Five
          
*** Overlay for SR5KEY0 in SR5BK
*
*     +-------------+-------------+---------------------------+
*   0 |  SR5KEY3    |  SR5LEN3    |                           |
*     +-------------+-------------+                           |
*     |                       SR5MNAME                        |
*     |                                                +------+
*     |                                                |(017)-|
*     +------------------------------------------------+------+
*  18 |                   -SR5FNAME                    |SR5SP1|
*     +------------------------------------------------+------+
*  20 |                       SR5FTYPE                        |
*     +-------------+-------------+-------------+-------------+
*  28 |   SR5SP2    |  SR5KEY4    |  SR5LEN4    |             |
*     +-------------+-------------+-------------+             |
*     |                       SR5DFORM                        |
*     |                    +----------------------------------+
*     |                    |            SR5FORMN-             |
*     +--------------------+----------------------------------+
*  40 |      -(03B)        | 43
*     +--------------------+
*
*** Overlay for SR5KEY0 in SR5BK
          
*** Overlay for SR5KEY0 in SR5BK
*
*     +-------------+-------------+---------------------------+
*   0 |  SR5KEY5    |  SR5LEN5    |         SR5TITLE          |
*     +-------------+-------------+                    +------+
*     |                                                |      |
*     +------------------------------------------------+      |
*  10 |                                                       |
*     =                       SR5TEXT                         =
*     |                                                +------+
*     |                                                | 5F
*     +------------------------------------------------+
*
*** Overlay for SR5KEY0 in SR5BK
          
*** Overlay for SR5KEY0 in SR5BK
*
*     +-------------+-------------+---------------------------+
*   0 |  SR5KEY6    |  SR5LEN6    |                           |
*     +-------------+-------------+                           |
*   8 |                                                       |
*     =                       SR5NUMBH                        =
*     |                                  +--------------------+
*     |                                  |     SR5NUMBD-      |
*     +------+---------------------------+--------------------+
*  28 |-(025)| 29
*     +------+
*
*** Overlay for SR5KEY0 in SR5BK
 
 
  SR5BK Cross Reference Top of page
 
 
Symbol         Dspl Value
-------------- ---- -----
SR5_KEY0       0045 00001000
SR5_KEY1       0045 00001001
SR5_KEY2       0045 00001002
SR5_KEY3       003B 00001003
SR5_KEY4       003B 00001004
SR5_KEY5       000F 00001005
SR5_KEY6       0025 00001006
SR5_LEN0       0045 00000018
SR5_LEN1       0045 00000018
SR5_LEN2       0045 0000000D
SR5_LEN3       003B 00000026
SR5_LEN4       003B 00000015
SR5_LEN5       000F 0000005B
SR5_LEN6       0025 00000025
SR5BLNK0       001B
SR5BLNK1       0037
SR5BYTL        0045 00000049
SR5DFORM       002E
SR5FNAME       0017
SR5FORMN       003B
SR5FTYPE       0020
SR5INFOL       000F 0000005F
SR5KEY0        0000
SR5KEY1        001C
SR5KEY2        0038
SR5KEY3        0000
SR5KEY4        002A
SR5KEY5        0000
SR5KEY6        0000
SR5LEN0        0002
SR5LEN1        001E
SR5LEN2        003A
SR5LEN3        0002
SR5LEN4        002C
SR5LEN5        0002
SR5LEN6        0002
SR5MAINL       003B 00000043
SR5MNAME       0004
SR5NUMBD       0025
SR5NUMBH       0004
SR5NUMBL       0025 00000029
SR5SIZE        0045 0000000A
SR5SPID        0045
SR5SPLT        003C
SR5SP1         001F
SR5SP2         0028
SR5TEXT        000F
SR5TITLE       0004
SR5USRD0       0013
SR5USRD1       002F
SR5USRT0       0004
SR5USRT1       0020
 
This information is based on z/VM 7.1.0 Last updated on 22 Jun 2018 at 11:52:50 EDT.
Copyright IBM Corporation, 1990, 2018