Generates the SQL script and opens the Run Now or Save SQL window.

Cancels any unsaved changes that you made and closes this window.

Specify the buffer pool to be used for the table space for the index. Your choice also determines the page size of the table space.

Type the name of the storage group where the data sets for the table space will be defined.

Opens the List Storage Groups window so that you can search for a specific storage group.

Type an integer to define the size of the primary space to be allocated for the table space.

Select the unit of measurement for the primary space size. Select Percent of pages used by source table to allocate a percentage of the primary space allocation for the source tables. If you choose this percentage, be sure that the NPAGES column in the SYSIBM.SYSTABLES table is set to a value greater than zero for the source tables before you register those tables for change-capture replication. The NPAGES column is updateable. You can change its value by running the RUNSTATS utility, for example.

Type an integer to define the size of the secondary space to be allocated for the table space.

Select the unit of measurement for the secondary space size. Select Percent of pages used by source table to allocate a percentage of the primary space allocation for the source tables. If you choose this percentage, be sure that the NPAGES column in the SYSIBM.SYSTABLES table is set to a value greater than zero for the source tables before you register those tables for change-capture replication. The NPAGES column is updateable. You can change its value by running the RUNSTATS utility, for example.