Select to use an existing criterion for locating a table space work set for REORG.

Select one of the existing criteria for locating a table space work set for REORG.

Select to use a new criterion for locating a table space work set for REORG. You must define this new criterion.

Select to define a new criterion for locating a table space work set for REORG using the Locate method.

Select to define a new criterion for locating a table space work set for REORG using the Advanced method.

Specify a DB2 catalog column name from the list to define your search.

Specify a DB2 catalog column name from the list to define your search.

Specify a DB2 catalog column name from the list to define your search.

Specify a DB2 catalog column name from the list to define your search.

Specify a DB2 catalog column name from the list to define your search.

Specify an SQL operator to define the search,such as =, <, <=, >, >=, IN, NOT IN, LIKE, NOT LIKE, BETWEEN, NOT BETWEEN,IS NULL, IS NOT NULL.

Specify an SQL operator to define the search,such as =, <, <=, >, >=, IN, NOT IN, LIKE, NOT LIKE, BETWEEN, NOT BETWEEN,IS NULL, IS NOT NULL.

Specify an SQL operator to define the search,such as =, <, <=, >, >=, IN, NOT IN, LIKE, NOT LIKE, BETWEEN, NOT BETWEEN,IS NULL, IS NOT NULL.

Specify an SQL operator to define the search,such as =, <, <=, >, >=, IN, NOT IN, LIKE, NOT LIKE, BETWEEN, NOT BETWEEN,IS NULL, IS NOT NULL.

Specify an SQL operator to define the search,such as =, <, <=, >, >=, IN, NOT IN, LIKE, NOT LIKE, BETWEEN, NOT BETWEEN,IS NULL, IS NOT NULL.

Type the values to use in the comparison with the catalog column name. You can use wildcard characters (%,_). When using multiple values, as in a BETWEEN operation, separate the values with a comma .

Type the values to use in the comparison with the catalog column name. You can use wildcard characters (%,_). When using multiple values, as in a BETWEEN operation, separate the values with a comma .

Type the values to use in the comparison with the catalog column name. You can use wildcard characters (%,_). When using multiple values, as in a BETWEEN operation, separate the values with a comma .

Type the values to use in the comparison with the catalog column name. You can use wildcard characters (%,_). When using multiple values, as in a BETWEEN operation, separate the values with a comma .

Type the values to use in the comparison with the catalog column name. You can use wildcard characters (%,_). When using multiple values, as in a BETWEEN operation, separate the values with a comma .

Erases all current entries in the Values fields.

Specifies to include all column criteria in search.

Specifies to use 1 or more of the criteria in the search.

Shows the WHERE clause. You can modify this clause as required.

Resets the WHERE clause.

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 page of the notebook.

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 Option window.

Opens the Change Option window.

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, 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.

Select to keep the current compression dictionary, assuming a compression dictionary already exists.

Select to specify no padding of the variable-length columns.

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 OFFPOSTLIMIT. 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 the indicators are met. Reorganize table space is not performed.

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.

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.

Select to specify the number of temporary data sets to be dynamically allocated by the sort program.

Type the number of dynamically allocated temporary data sets for DFSORT.

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.

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.

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.