CHK
Pointer Checker
validates the following only if requested:
- HIDAM primary root keys against the primary index key
- Secondary index pointers
- Symbolic logical parent pointers
- Symbolic secondary index pointers
- Physically paired logical relationship pointers
- Logical parent concatenated keys (LPCKs)
Use the CHK option to control the optional validations.
Uses | You can set the CHK option at the following levels:
Some of the CHK validations are not available when you use the Hash Checking technique, namely SYMBLP, SYMBSNX, LPCK, and PHYPAIR. |
---|---|
PCPSYSIN keyword | CHK(ALL) or CHK(keyword(value) keyword(value)... keyword(value)) |
Values | Specify one of the following values:
|
Example | The following example shows how to specify multiple keywords under the CHK keyword. The example requests validation of symbolic secondary index pointers, symbolic pointers in logical child segments, and LPCKs in logical child pointers. Pointer Checker uses the default values for the optional validations that are not specified in this statement. CHK(SYMBSNX(Y) SYMBLP(Y) LPCK(Y)) |
Related topic