CHK PINDEX
Pointer Checker
can validate the HIDAM root key against the primary index key if the HIDAM root key is not compressed.
How Pointer Checker performs this validation depends on the pointer checking technique in use:
- Under the Hash Checking technique, Pointer Checker validates that the hash total of the HIDAM root keys matches the hash total of the primary index keys.
- Under the Full Checking technique, Pointer Checker validates that the key and the RBA of the HIDAM root segment match the key and the pointer of the primary index record. This validation requires additional sort work areas (SYMBWKnn), which Pointer Checker dynamically allocates if you omit the DD statements.
Use the CHK PINDEX option to control whether Pointer Checker performs this validation.
Uses | You can set the CHK PINDEX option at the following levels:
|
---|---|
ISPF panel field | Validate HIDAM Primary Root Keys |
PCPSYSIN keyword | CHK(PINDEX(value)) |
Values | Specify one of the following values:
|
Default | N |
Example | The following example shows how to validate the primary index keys in a primary index (PINDXDB) for a HIDAM primary database (HIDAMDB). CHECK DBD(HIDAMDB) CHK(PINDEX(Y)) CHECK DBD(PINDXDB) |
Related topic