Closes the window.
Applies your input and keeps the window open for more changes.
Restores the defaults shipped with the Replication Center.
Select the platform for which you want to create a profile for control tables.
Lists all of the replication control tables. To create a profile for a control table, select it and fill in the fields on the notebook pages.
Specifies to create the control table in an existing table space.
Type the name of the existing table space.
Specifies that you want to use a table space that you have already defined for another control table.
Select the name of the control table for which you defined the table space that you want to use.
Specifies to create a new table space for the control table.
Specifies that you want any new table spaces to be named according to a pattern.
Optional: Type the prefix that you want given to the name of each new object. The prefix can be up to three characters long.
Optional: Select the object with the name that you want to use as the main portion of the name.
Optional: Type the suffix that you want given to the name of each new object. The suffix can be up to three characters long.
Specifies that you want any new table spaces to have the name you type in the field below.
Type the name you want to give to the table space.
Type the number of physically contiguous pages for the storage of the table space. An extent is the unit of space allocation within a table space. It is simply a set of contiguous pages. The extent size is the number of contiguous pages.
Select the size of the pages to use for the table space.
Select a prefetch size in 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.
Specify a buffer pool to associate with the table space.
Select either File or Device for the type of the container to use for the table space.
Type the path for the table space container.
Opens a window to select a valid path for the table space container.
Type the size of the container in the quantity that you can choose from the next field.
Select the quantity corresponding to the number you typed in the previous field.
Optional: Type the prefix that you want given to the name of each new container. The prefix can be up to three characters long.
Optional: Select the object with the name that you want to use as the main portion of the name of each container.
Optional: Type the suffix that you want given to the name of each container. The suffix can be up to three characters long.
Specifies to use a naming convention for the index.
Type the prefix that you want given to the name of the index.
Specify the control table, the schema name, or a date or time stamp as part of the index name.
Type the suffix that you want given to the name of the index.
Type the name of the index to use for this control table.
Specifies to use a specific name for the index.
Specifies to use a naming convention for the index.
Type the prefix that you want given to the name of the index.
Specify the control table, the schema name, or a date or time stamp as part of the index name.
Type the suffix that you want given to the name of the index.
Specifies to use a specific name for the index.
Type the name of the index to use for this control table.
Specifies to use a naming convention for the index.
Type the prefix that you want given to the name of the index.
Specify the control table, the schema name, or a date or time stamp as part of the index name.
Type the suffix that you want given to the name of the index.
Specifies to use a specific name for the index.
Type the name of the index to use for this control table.
Specifies to use a naming convention for the index.
Type the prefix that you want given to the name of the index.
Specify the control table, the schema name, or a date or time stamp as part of the index name.
Type the suffix that you want given to the name of the index.
Specifies to use a specific name for the index.
Type the name of the index to use for this control table.
Specifies to create the control table in an existing table space.
Specifies that you want to use a table space that you have already defined for another control table.
Select the name of the control table for which you defined the table space that you want to use.
Specifies to create a new table space for the control table.
Type the name of the database in which you would like to create the table space.
Specifies that you will define a pattern name for the table spaces.
Type the prefix that you want given to the name of each new table space. The prefix can be up to three characters long.
Select the object with the name that you want to use as the main portion of the table space name.
Type the suffix that you want given to the name of each new table space. The suffix can be up to three characters long.
Specifies that you want any new table spaces to have the name you type in the field below.
Type the name you want to give to the table space.
Specifies to create the table space as a non-partitioned or simple table space. This is a table space that can contain more than one table but the rows of different tables are not kept separate. All tables in a simple table space must be either user defined or in the same storage group.
Specifies to create the table space as a segmented table space. This is a table space that can hold more than one table. The available space is divided into groups of pages called segments, each the same size. Each segment contains rows from only one table. A segmented table space can have between 1 and 32 VSAM linear data sets, all of which are either user defined or in the same storage group. The maximum size of a data set in the segmented table space is 2 gigabytes. And so, the maximum size of a segmented table space is 64 gigabytes (2 gigabytes multiplied by 32 data sets).
Specify the number of pages per segment.
Specify the lock size for the table space. The recommended lock size is page, which means that an entire page can be locked at one time. In DB2 for z/OS, when the number of locks acquired for the table space is greater than the maximum number of locks allowed for a table space (an installation parameter), the page locks are released and locking is set at the next higher level.
Specify the encoding scheme to use with this table space. You use an encoding scheme to represent strings in many different environments. Your choices are EBCDIC, ASCII, or Unicode.
Specify the buffer pool to associate with this table space. The buffer pool must have already been activated.
Specify an eight character identifier for a storage group name. When you create table spaces and indexes, you name the storage group from which you want space to be allocated. Try to assign frequently accessed objects (indexes, for example) to fast devices, and assign seldom-used tables to slower devices.
Specify the minimum primary space allocation. In general, the primary allocation must be large enough to handle the storage needs that you anticipate. DB2 always allocates a primary allocation space on a volume that has space available and is specified in the DB2 storage group. Specifying sufficient primary allocation for frequently used data sets minimizes I/O time, because then the data is not physically located at different places on the disks.
Specify a unit a unit of measurement for size allocation.
Specify the minimum secondary space allocation. The secondary allocation must be large enough for your applications to continue operating until the data set is reorganized. If the secondary allocation space is too small, the data set might have to be extended more times to satisfy those activities that need a large space.
Specify a unit a unit of measurement for size allocation.
Specify an active buffer pool to use for this index.
Type the name of the storage group to use for this index.
Specify the minimum primary space allocation for the index. In general, the primary allocation must be large enough to handle the storage needs that you anticipate. DB2 always allocates a primary allocation space on a volume that has space available and is specified in the DB2 storage group. Specifying sufficient primary allocation for frequently used data sets minimizes I/O time, because then the data is not physically located at different places on the disks.
Specify the minimum secondary space allocation. The secondary allocation must be large enough for your applications to continue operating until the data set is reorganized. If the secondary allocation space is too small, the data set might have to be extended more times to satisfy those activities that need a large space.
Specify a unit a unit of measurement for size allocation.
Specify a unit a unit of measurement for size allocation.
Specify a schema name.
Specify a table space name.
Specify a schema name for the index.
Specify an index name.
Type the name for the schema for your non-DB2 server.
Type the name for the remote schema.