PART


The PART option lets you designate all or specific parts of a partitioned database for processing.

Uses

You can set the PART option at the following levels:

  • CHECK
  • CHECKALL

ISPF panel field

None

PCPSYSIN keyword

PART(ALL)

  • PART(NN)
  • PART(DDNAME)

Values

Specify one of the following values:

  • ALL

    Process all of the database.

  • NN

    Process the partition numbers listed.

  • DDNAME

    Process the ddnames listed.

Default

ALL

Examples

The following example designates the entire partitioned database for processing:

CHECK PART(ALL) DBD(HDAM1)

The following example designates partitions 1, 3, 6, and 11 for processing:

CHECKALL PART(1,3,6,11) DBD(HIDAM1)

The following example designates partitions with ddnames PART01, PART03, PART04, and PART14 for processing:

CHECK PART(PART01,PART03,PART04,PART14)
  DBD(HDAM1)

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*