- The Parameters page lists the parameters that you can use with
the REORG for DB2 UDB for OS/390 step. To add a value to a parameter,
double-click the Value field
next to the parameter. Then, type the value.
- The parameters are described below.
- UTILITY_ID
- Specifies a unique identifier (UID) for this utility within DB2.
This is a string of 1-16 characters.
- RESTART
- Specifies whether this program restarts a current utility, and,
if so, at what point it is to
- be restarted. NO or null indicates the utility is new, not a
restart. There must not be any other utility with the same utility
identifier (UID). The default is null.
- UTSTMT
- Specifies the utility control statements. This is an input
parameter of type VARCHAR(32704).
- RETCODE
- Specifies the utility highest return code. This is an output
parameter of type INTEGER.
- UTILITY_NAME
- Specifies the utility that you want to start. Specify only a
single utility that requires data set allocation in the UTSTMT
parameter. The utility name is one of the following:
- REORG INDEX
- REORG LOB
- REORG TABLESPACE
- RECDSN
- Specifies the cataloged data set name that is required when
reorganizing table spaces as the unload data set. If you specify
RECDSN, it will be allocated to the SYSREC DDNAME.
- RECDEVT
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the data set listed in
RECDSN resides.
- RECSPACE
- Specifies the number of cylinders to use as the primary space
allocation for the data set specified by RECDSN. The secondary space
allocation will be 10% of the primary space allocation.
- DISCDSN
- Specifies the cataloged data set name used when reorganizing
table spaces as a discard data set to hold records not reloaded. If
you specify DISCDSN, it will be allocated to the SYSDISC DDNAME.
- DISCDEVT
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the data set specified
by DISCDSN resides.
- DISCSPACE
- Specifies the number of cylinders to use as the primary space
allocation for the data set specified by DISCDSN. The secondary space
allocation will be 10% of the primary space allocation.
- PNCHDSN
- Specifies the cataloged data set name that is used when
reorganizing table spaces with the keywords UNLOAD EXTERNAL or
DISCARD. The data set is used to hold the generated LOAD utility
control statements. If you specify a value for PNCHDSN, it will be
allocated to the SYSPUNCH DDNAME.
- PNCHDEVT
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the data set specified
by PNCHDSN resides.
- PNCHSPACE
- Specifies the number of cylinders to use as the primary space
allocation for the data set specified by PNCHDSN. The secondary space
allocation will be 10% of the primary space allocation.
- COPYDSN1
- Specifies the name of the target (output) data set. If you
specify COPYDSN1, it will be allocated to the SYSCOPY DDNAME.
- COPYDEVT1
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the data set specified
by COPYDSN1 resides.
- COPYSPACE1
- Specifies the number of cylinders to use as the primary space
allocation for the data set specified by COPYDSN1. The secondary
space allocation will be 10% of the primary space allocation.
- COPYDSN2
- Specifies the name of the cataloged data set used as a target
(output) data set for the backup copy. If you specify COPYDSN2, it
will be allocated to the SYSCOPY2 DDNAME.
- COPYDEVT2
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the data set specified
by COPYDSN2 resides.
- COPYSPACE2
- Specifies the number of cylinders to use as the primary space
allocation for the data set specified by COPYDSN2. The secondary
space allocation will be 10% of the primary space allocation.
- RCPYDSN1
- Specifies the name of the cataloged data set used as a target
(output) data set for the remote site primary copy. If you specified
RCPYDSN1, it will be allocated to the SYSRCPY1 DDNAME.
- RCPYDEVT1
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the RCPYDSN1 data set resides.
- RCPYSPACE1
- Specifies the number of cylinders to use as the primary space
allocation for the data set specified by RCPYDSN1. The secondary
space allocation will be 10% of the primary space allocation.
- RCPYDSN2
- Specifies the name of the cataloged data set used as a target
(output) data set for the remote site backup copy. If you specify
RCPYDSN2, it will be allocated to the SYSRCPY2 DDNAME.
- RCPYDEVT2
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the data set specified
by RCPYDSN2 resides.
- RCPYSPACE2
- Specifies the number of cylinders to use as the primary space
allocation for the data set specified by RCPYDSN2. The secondary
space allocation will be 10% of the primary space allocation.
- WORKDSN1
- Specifies the name of the cataloged data set that is required as
a work data set for sort input and output. If you specify WORKDSN1,
it will be allocated to the SYSUT1 DDNAME.
- WORKDEVT1
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the data set specified
by WORKDSN1 resides.
- WORKSPACE1
- Specifies the number of cylinders to use as the primary space
allocation for the data set specified by WORKDSN1. The secondary
space allocation will be 10% of the primary space allocation.
- WORKDSN2
- Specifies the name of the cataloged data set that is required as
a work data set for sort input and output. It is required if you are
using reorganizing non-unique type 1 indexes. If you specify
WORKDSN2, it will be allocated to the SORTOUT DDNAME.
- WORKDEVT2
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the data set specified
by WORKDSN2 resides.
- WORKSPACE2
- Specifies the number of cylinders to use as the primary space
allocation for the WORKDSN2 data set. The secondary space allocation
will be 10% of the primary space allocation.
- MAPDSN
- Specifies the name of the cataloged data set that is required as
a work data set for error processing during LOAD with ENFORCE
CONSTRAINTS. It is optional for LOAD. If you specify MAPDSN, it will
be allocated to the SYSMAP DDNAME.
- MAPDEVT
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the data set specified
by MAPDSN resides.
- MAPSPACE
- Specifies the number of cylinders to use as the primary space
allocation for the MAPDSN data set. The secondary space allocation
will be 10% of the primary space allocation.
- ERRDSN
- Specifies the name of the cataloged data set that is required as
a work data set for error processing. If you specify ERRDSN , it will
be allocated to the SYSERR DDNAME.
- ERRDEVT
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the data set specified
by ERRDSN resides.
- ERRSPACE
- Specifies the number of cylinders to use as the primary space
allocation for the ERRDSN data set. The secondary space allocation
will be 10% of the primary space allocation.
- FILTRDSN
- Specifies the name of the cataloged data set that is required as
a work data set for error processing. If you specify FILTRDSN, it
will be allocated to the FILTER DDNAME.
- FILTRDEVT
- Specifies a unit address, a generic device type, or a
user-assigned group name for a device on which the data set specified
by FILTRDSN resides.
- FILTRSPACE
- Specifies the number of cylinders to use as the primary space
allocation for the FILTRDSN data set. The secondary space allocation
will be 10% of the primary space allocation.