SNAPBLK
Under the Full Checking technique, PCP can snap bad blocks to the PLUSSNAP data set if the block is in memory when PCP detects the error.
Use the SNAPBLK option to control the number of blocks PCP snaps and the format of the Bad Block Snap report.
The Bad Pointer report always provides the RBA of the error. Instead of using a hardcopy of the block in error, you might prefer to display and work with the block interactively with the Database Zap utility, as described in Using-the-Database-Zap-utility. The batch DL/I Block Dump utility can also provide block information after the completion of the pointer checking process; it is described in Using-the-DL-I-Block-Dump-utility.
Uses | You can set the SNAPBLK option at the following levels:
|
---|---|
ISPF panel field | Snap Bad Block Options
|
PCPSYSIN keyword | SNAPBLK(number,format) |
Values | Specify one or both of the following positional values:
|
Default | 0,DUMP |
Example | The following example tells PCP to snap 200 bad blocks in DL/I format: GLBL SNAPBLK(200,DLI) |