Evaluation of Symbolic Pointers report
This report contains the evaluation result of symbolic pointer and its target segments.
This report is produced when SYMLPCHK=YES, SYMIXCHK=YES, or both options are specified on the PROC statement and when the databases have symbolic pointers to be checked.
Subsections:
Report example
The following figure shows an example of the report.
IMS HIGH PERFORMANCE POINTER CHECKER FOR z/OS "EVALUATION OF SYMBOLIC POINTERS REPORT" PAGE: 1
5655-U09 DATE: 07/04/2021 TIME: 21.29.52 FABPMAIN - V3.R1
DBNAME: HIDAMDB1 DB#: 001 DDNAME: HIDAMDS1 DSG#: 01 DSNAME: TEMPDS.HPPC220.RAFP2201.HIDAMDS1 DBORG: HIDAM
ERROR <---- TARGET ----> <-------- SOURCE ---------> PTR
MESSAGE TP DB DG SC SEGNAME DB DG SC SEGNAME RBA TYP SYMBOLIC POINTER VALUE
--------- -- ------------------ --------------------------- --- ----------------------------------------------------------------
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 00000198 SX RKEY1
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 00000000 SX RKEY1
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 000000CC SX RKEY1
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 00000330 SX RKEY2
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 000003FC SX RKEY2
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 00000264 SX RKEY2
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 00000594 SX RKEY3
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 00000660 SX RKEY3
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 000004C8 SX RKEY3
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 000007F8 SX RKEY4
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 000008C4 SX RKEY4
FABP2035E TU 001 01 01 ROOT0001 003 01 01 INDEXSEG 0000072C SX RKEY4
TOTALS
------
MESSAGE DESCRIPTION NUMBER OF ERRORS
--------- -------------------------------------------------------------- ----------------
FABP2035E TARGET OF SYMBOLIC INDEX POINTER NOT FOUND 12
--------- -------------------------------------------------------------- ----------------
TOTAL 12
Report field description
- DBNAME DB# DDNAME DSG# DSNAME DBORG
- The name of the DBD, the database number (in hexadecimal), the data set group number (in hexadecimal), the name of data set, and the database organization type
- ERROR MESSAGE
- The error message that is generated and detected during the symbolic pointer evaluation process. If no message number is printed in the field, this line is part of the preceding message.
- TP
- The type of record that is printed on this line. The HD Pointer Checker classifies its work records into types (T1, T3, and so on).
- TARGET
- This is information about the pointer target of the symbolic pointer.
It consists of four items:
- DB
- The database number (in hexadecimal) that identifies the database that contains the target segment
- DG
- The data set group number (in hexadecimal) that identifies the database that contains the target segment
- SC
- The segment code (in hexadecimal) of the target segment
- SEGNAME
- The segment name of the target segment
- SOURCE
- The segment that contains the symbolic pointer (also called the
source of the symbolic pointer). It consists of the following items:
- DB
- The database number (in hexadecimal) that identifies the database that contains the source segment
- DG
- The data set group number (in hexadecimal) that identifies the database that contains the source segment
- SC
- The segment code (in hexadecimal) of the source segment
- SEGNAME
- The segment name of the source segment
- RBA
- The RBA (in hexadecimal) of the index segment
- PTR TYPE
- The type of symbolic pointer. The type can be either of the following values:
- LP
- Logical parent
- SX
- Secondary index
- SYMBOLIC POINTER VALUE
- The symbolic pointer value (in hexadecimal or character)
- TOTALS
- The error or information message issued during the symbolic pointer evaluation process. The number of messages issued is also shown.