-BMCK (BMC CHECK PLUS utility)
The -BMCK command invokes the CHECK DATA option of the CHECK PLUS utility, which checks referential constraints in table spaces.
The -BMCK command can be processed in parallel. For more information about the worklist parallelism feature of the BMC Database Administration for DB2 and BMC AMI Database Administration for Db2 solutions, see Using worklist parallelism.
If the table space is created explicitly, the command is executed as shown in the example below.
Example of -BMCK command
CHECK DATA TABLESPACE KIF8D22A.MAF8S22E
ERRDDN SYSER001 WORKDDN SYSUT001
If the table space is created implicitly, the command text is preceded with the character T, and the table space name is set to the table name. Execution looks up the table space name during processing and substitutes it for the table name before invoking the utility. This command might also be used due to referential integrity considerations.
For additional information, see CHECK PLUS for DB2 documentation.
Related topic