Specifies to use an existing table space for your table.
Specifies to use a table space that is already defined to the wizard for another table that you are creating.
Select the table space that you want to use.
Specifies to create a new table space for your table.
Specify the alias of the database on which the table space will be created. Click the push button to open the List Databases window and select a database.
Type the name of the table space that either already exists or is being defined.
Select the number of pages to create per segment of the table space.
Specify the amount of data that is controlled by a DB2 UDB lock on table data.
Specify the encoding scheme for tables that are stored in the table space.
Specify the buffer pool to be used for the table space. The buffer pool must already be active. Your choice also determines the page size of the table space.
Specify the name of the storage group where the data sets for the table space will be defined. Click the push button to open the List Storage Groups window and select a storage group.
Opens the List Storage Groups window, so that you can search for a valid storage group name.
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. You can 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 use those tables in Q subscriptions. 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. You can select Percent of pages used by source table to allocate a percentage of the secondary 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 use those tables in Q subscriptions. The NPAGES column is updateable. You can change its value by running the RUNSTATS utility, for example.