Generates the SQL script and opens the Run Now or Save SQL window.
Closes the window without saving any of the changes you made.
Specify the alias of the server on which you want to create the control tables for the Monitor program.
Opens a window so that you can select a server.
Displays the names of the control tables. You can select each control table to specify particular properties for it.
Specifies that an existing table space be used for the selected control table. You can then type or select the table space name.
Type or select the name of the existing table space that you want to use.
Opens a window so that you can search for a particular table space.
Specifies that you want to use a table space you have already defined but not yet created for another table in this instance.
Select the table space that you want to use.
Specifies that you want a new table space to be created for the selected control table.
Type the name of the new table space.
Lists the specifications for the containers to use for the new table space. In the Container Type field, choose whether a container will be a file or a device. In the Container name field, type the path and file name to use for a file container, or the device to use for a device container. In the Size field, type the size of the file to use for the file container. In the Unit field, type the unit of measurement to use for the file container size.
Adds a container to the table.
Removes the selected container from the table.
Select a page size in kilobytes for the table space.
Type an extent size in the appropriate page size increments. This is the amount of storage that will be used if you have exceeded the primary storage allocations. Primary and secondary allocation sizes are the main factors that affect the amount of DASD space that DB2 uses.
Select a prefetch size in the appropriate page size increments for the table space. A prefetch operation brings pages into the virtual buffer pool before they are required and reads several pages with a single I/O operation.
Select the name of a buffer pool to associate with the table space.
Type a schema name to use for the control table index.
Type a name to use for the control table index.
Opens a window so that you can select a valid index schema.
Specify the percentage of each index page to leave as free space when building the index. The first entry in a page is added without restriction. When additional entries are placed in an index page at least the specific integer percent of free space is left on each page. The value can range from 0 to 99. However, if a value greater than 10 is specified, only 10 percent free space will be left in non-leaf pages. The default is 10.
Specify the minimum amount of used space that should be left on the page.