BMSETPART control statement

When you select the partitions to be reset the bitmap, use this optional control statement. If you do not specify this control statement, and if the database is a HALDB, all partitions are processed.

Read syntax diagramSkip visual syntax diagramBMSETPART= (, partition)partition
partition
Specifies the partition name to be reset.

You can specify the value for the partition name in multiple BMSETPART control statements. When you specify multiple BMSETPART control statements, the statements do not need to be consecutive.

Example of a normal case:
      BMSETPART=(PartA,PartB)
      BMSETPART=(PartC,PartD)
      :
You can specify up to 20 partitions at once.