Shows the table space(s) selected for reorganization.
Shows the total numbers of partitions, if partitioned, or shows zero partitions, if not partitioned.
Shows the partition numbers selected for reorganization, if partitioned. Click the ellipsis button to add or subtract partitions for reorganization.
Shows the status of a table space. You cannot reorganize a table space that has a CHECK-pending, RECOVER-pending or REBUILD-pending status.
Shows the buffer pool associated with a table space.
Select to have records logged during the reload phase of reorganization. If the records are not logged, the table space is recoverable only after an image copy is taken.
Select to load data into a non-empty data set.
Select to gather statistics for the table space, associated indexes, or both. This check box enables the Statistics Options, Table Statistics, and Index Statistics pages of the notebook.
Select to unload data using a sequential scan. If not specified, REORG uses the clustering index to unload the data.
Select to use output of sorting (if there is a clustering index and SORTDATA is specified) as the input to reloading, without using an unload data set.
Select to specify that index keys will be sorted in parallel during the SORTBLD phase to improve performance.
Select to set indicators used for establishing when to reorganize.
Type a value for OFFPOSLIMIT. If this value is exceeded, a table space reorganize will be performed or recommended. This option is not valid for LOB table spaces. The default value is 10.
Type a value for INDREFLIMIT. If this value is exceeded, a table space reorganize will be performed or recommended. This option is not valid for LOB table spaces. The default value is 10.
Select to recommend table space reorganization when only the indicators are met. Reorganize table space is not performed.
Specifies to unload data from the area being reorganized and then allow read/write access again only after the reorganization is complete.
Specifies to allow applications to read data in a table space during reorganization, but changes are not allowed.
Specifies to allow applications to read and write data in a table space during reorganization.
Opens the Reference options window.
Opens the Change options window.
Select to keep the current compression dictionary, assuming a compression dictionary already exists.
Select to keep the current compression dictionary, assuming a compression dictionary already exists.
Specifies to include the reload phase of the reorganize utility. If an error occurs after unloading, you can recover the page starting from the point of failure in the recovery log.
Specifies that after the data has been unloaded, processing ends and RELOAD status is stored in SYSIBM.SYSUTIL so that processing can be restarted with RELOAD RESTART(PHASE). Useful if you want to redefine data sets during reorganization.
Specifies that after the data has been unloaded, the reorganization ends.
Specifies that after the data has been unloaded, the reorganization ends. Rows are decompressed, edit routines decoded, field procedures decoded, and SMALLINT, INTEGER, FLOAT, DECIMAL, DATE, TIME, and TIMESTAMP columns are converted to external format.
Specify this option, if you know which data sets you want to input into data set fields.
Specify this option, if you would like to search from existing data sets to specify data set information to be placed in the data set fields.
Type the data set name of the unload data set (UNLDDN). SYSREC is the data definition (DD) name that is associated with this data set name. The unload data set must be large enough to contain all the unloaded records from all the tables in the target table space.
Type the data set name of the output data set (COPYDDN) to contain the image copies.
Type the data set name of the output data set (COPYDDN) to contain the image copies.
Type the data set name of the output data set (RECOVERYDDN) to contain the image copies.
Type the data set name of the output data set (RECOVERYDDN) to contain the image copies.
Type the data set name for a temporary work file for sort input. Used for intermediate output (WORKDDN). DB2 requires a work data set for sort input for tables with indexes, unless you specify SORTKEYS. SYSUT1 is the data definition (DD) name that is associated with this data set name.
Type the data set name of the temporary work file for sort output. DB2 requires a work data set for sort output, unless you specify SORTKEYS. SORTOUT is the data definition (DD) name that is associated with this data set name.
Type the data set name for a data set to receive the LOAD utility control statements generated by REORG TABLESPACE UNLOAD EXTERNAL or REORG TABLESPACE DISCARD FROM TABLE ... WHEN. SYSPUNCH is the data definition (DD) name that is associated with this data set name.
Type the data set name for a discard data set, to hold copies of records that meet the DISCARD FROM TABLE ... WHEN specification. SYSDISC is the data definition (DD) name that is associated with this data set name.
Specify a direct-access storage device type in which you are authorized to allocate space. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices. You can also specify a tape device.
Specify a direct-access storage device type in which you are authorized to allocate space. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices. You can also specify a tape device.
Specify a direct-access storage device type in which you are authorized to allocate space. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices. You can also specify a tape device.
Specify a direct-access storage device type in which you are authorized to allocate space. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices. You can also specify a tape device.
Specify a direct-access storage device type in which you are authorized to allocate space. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices. You can also specify a tape device.
Specify a direct-access storage device type in which you are authorized to allocate space. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices. You can also specify a tape device.
Specify a direct-access storage device type in which you are authorized to allocate space. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices. You can also specify a tape device.
Specify a direct-access storage device type in which you are authorized to allocate space. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices. You can also specify a tape device.
Specify a direct-access storage device type in which you are authorized to allocate space. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices. You can also specify a tape device.
Allocate space compatible for your device. If your device is DASD the space allocation is in cylinders. If your device type is tape, you can leave this blank.
Allocate space compatible for your device. If your device is DASD the space allocation is in cylinders. If your device type is tape, you can leave this blank.
Allocate space compatible for your device. If your device is DASD the space allocation is in cylinders. If your device type is tape, you can leave this blank.
Allocate space compatible for your device. If your device is DASD the space allocation is in cylinders. If your device type is tape, you can leave this blank.
Allocate space compatible for your device. If your device is DASD the space allocation is in cylinders. If your device type is tape, you can leave this blank.
Allocate space compatible for your device. If your device is DASD the space allocation is in cylinders. If your device type is tape, you can leave this blank.
Allocate space compatible for your device. If your device is DASD the space allocation is in cylinders. If your device type is tape, you can leave this blank.
Allocate space compatible for your device. If your device is DASD the space allocation is in cylinders. If your device type is tape, you can leave this blank.
Allocate space compatible for your device. If your device is DASD the space allocation is in cylinders. If your device type is tape, you can leave this blank.
Specify a data set template for your unload data set.
Opens a window so that you can search for a data set template to use as unload filter data set.
Specify a data set template for your primary copy data set at the local site.
Opens a window so that you can search for a data set template to use as your primary copy data set at the local site.
Specify a data set template for your backup copy data set at the local site.
Opens a window so that you can search for a data set template to use as your backup copy data set at the local site.
Specify a data set template for your primary copy data set at the recovery site.
Opens a window so that you can search for a data set template to use as your primary copy data set at the recovery site.
Specify a data set template for your backup copy data set at the recovery site.
Opens a window so that you can search for a data set template to use as your backup copy data set at the recovery site.
Specify a data set template for your input sort data set.
Opens a window so that you can search for a data set template to use as your input sort data set.
Specify a data set template for your output sort data set.
Opens a window so that you can search for a data set template to use as your output sort data set.
Specify a data set template for your punch data set.
Opens a window so that you can search for a data set template to use as your punch data set.
Specify a data set template for your discard data set.
Opens a window so that you can search for a data set template to use as your discard data set.
Optional: Specify a device type for temporary data sets to be dynamically allocated by DFSORT. It can be any device type acceptable to the DYNALLOC parameter of the SORT or OPTION control statement for DFSORT. For example, if you do not specify a device type in this field and a sort is required, you must provide the data definition (DD) statements that the sort program requires for the temporary data sets.
Type the number of dynamically allocated temporary data sets for DFSORT.
Select to specify the number of temporary data sets to be dynamically allocated by the sort program.
Select to specify that the remaining pages are preformatted up to the high allocated RBA in the table space. The preformatting occurs after the data has been loaded and the indexes are built.
Select to specify no padding of the variable-length columns.
Displays a list of tables from which data will be unloaded in a format that is acceptable to the LOAD utility of any DB2 subsystem.
Opens the window to define conditions for what rows to unload. The results appear in the WHEN clause column in the list of tables found on this page.
Opens the window to modify conditions for what rows to unload. The results appear in the WHEN clause column in the list of tables found on this page.
Deletes a row from the list of tables.
Select to confirm that you want to delete records from the tables in the list.
Select to specify no padding of the variable-length columns.
Displays a list of tables with rows that will be deleted that matched a WHEN clause.
Opens the window to define conditions for what rows to delete. The results appear in the WHEN clause column in the list of tables found on this page.
Opens the window to modify conditions for what rows to delete. The results appear in the WHEN clause column in the list of tables found on this page.
Deletes a row from the list.
Specify to send a set of messages to SYSPRINT to report the collected statistics.
Specify to send NO messages reporting the collected statistics to SYSPRINT.
Specify the statistics that you want to place in the catalog tables.
Specify the statistics that you want to place in the history tables.
Select to specify an individual table or all the tables for which column information is to be gathered. All tables must belong to the selected table space.
Specifies to collect statistics on all tables in the table space.
Specifies to gather statistics for all columns of particular tables in the table space.
Displays the tables and the columns that will have statistics gathered.
Opens the window that adds column specifications to the table and adds the entry to the list.
Opens the window that modifies column specifications for the table or tables selected in the list.
Deletes a table and column entry from the list.
Select to specify an individual index or all indexes for which column information is to be gathered.
Specifies that you want to collect statistics on all indexes in the table space.
Specifies to gather statistics for all columns of particular indexes in the table space.
Displays the indexes and the columns that will have statistics gathered.
Opens the window that adds column specifications on the index and adds the entry to the list.
Opens the window that modifies column specifications in the indexes selected from the list.
Deletes an index and column entry from the list.
Submits the data in the window and closes the window.
Displays the SQL statements that would be generated by your choices in this window.
Cancels any unsaved changes and closes the notebook or window.
Specifies to collect statistics on all tables in the table space.
Specifies the percentage of rows for non-index columns that will be sampled for statistics collection.
Specifies that you want to collect statistics on all indexes in the table space.
Collects all of the distinct values in all of the 1 to n key column combinations for the specified indexes, where n is the number of columns in the index.