Type the partition number about which you are adding information. Valid values are 1-254.

Specifies user managed (VCAT). The integrated catalog facility catalog (ICF) used with this option identifies the catalog for the data set and supplies the first level qualifier for the data set name.

Specifies that DB2 create a data set for the partition with the aid of the associated storage group name. The data set is defined during the execution of this statement. DB2 assumes one and only one data set for each partition. The ICF catalog must not contain an entry for the data set.

Specify the integrated catalog facility where the data sets for this table space are cataloged. If the catalog name is greater than eight characters, then you must use an alias for this setting. DB2 assumes one data set per partition.

Specify a storage group at the current server that includes at least one volume serial number in its description.

Important: The privilege set must contain SYSADM authority, SYSCTL authority, or USE privileges on the specified storage group.

Opens a List window that you can use to view or filter the available items and select one.

Type an integer between 12 and 4194304, inclusive (PRIQTY). Specifies the minimum primary space allocation for a DB2-managed data set. At least one of the volumes of the identified storage group must have enough available space for the primary quantity. Otherwise, the primary space allocation will fail.

Type an integer between 12 and 4194304, inclusive (SECQTY). Specifies the minimum secondary space allocation for a DB2-managed data set. If you specify 0, DB2 cannot extend the data set. Enables DB2 to extend the data set for the table space if necessary. The allocated space can be greater than the amount of space requested by DB2.

Select to erase the data sets during the execution of a utility or an SQL statement that drops the table space. DB2 overwrites all the data in the data sets with zeroes before deletion. If not selected, the data in the data sets is still accessible, though not through DB2.

Select to explicitly manage free space in the table space in terms of a number of data sets or as a percentage of free space.

Specify a value from 0 to 255 that designates to leave a page of free space when table space entries are created. Using a 0 value indicates no pages are left free. Do not specify an amount here if the table space is in a work file database.

Specify a value from 0 to 99 to define a percentage of free space to leave in each nonleaf page and leaf page when entries are added to the table space or partition. Do not specify an amount here if the table space is in a work file database.

Specifies that in a data sharing environment, only the updated pages are written to the group buffer pool.

Specifies that only changed system pages within the LOB table space be cached to the group buffer pool. A system page is a space map page or any other page that does not contain actual data values. This selection is the default for LOB table spaces. Available only for a LOB table space.

Specifies that in a data sharing environment, all pages will be cached as they are read in from DASD.

Specifies that no pages be cached to the group buffer pool. DB2 uses the group buffer pool only for cross-invalidation.

Select to compress the data rows after you finish loading a table space.

Select to tell DB2 to track modified pages in the space map pages of the partition. Do not select this if your table space is a LOB table space. This improves the performance of incremental image copy.

Submits the data in the window and closes the window.

Commits the information for this partition, but leaves the window open to manage another partition.

Closes this window.