Default Option Descriptions
BMC Software, Inc., Confidential and Proprietary Information
Chapter 5 Installing ALTER 5-19
PRODUCT='PRODUCT NAME'
Defines the product name. For example, PRODUCT = ALTER.
REBLD=I For DB2 Version 6 and later, specifies whether to use the rebuild utility from
IBM or BMC Software or no rebuild utility. If
REBLD=N, eligible indexes
will not be created with DEFER YES. If a non-unique index is being dropped
or created in a worklist, and its parent table is not being dropped or created in
the worklist, then the index will be created with DEFER YES, if
REBLD=I or
REBLD=B.
The DOPTs parameters are defined as follows:
B BMCRECOVER
I IBMREBUILD
N NO REBUILD
RECOV=I For DB2 Version 5 and earlier, specifies whether to use the recover utility
from IBM or BMC Software or no recover utility. If
RECOV=N, eligible
indexes will not be created with DEFER YES. If a non-unique index is being
dropped or created in a worklist, and its parent table is not being dropped or
created in the worklist, then the index will be created with DEFER YES, if
RECOV=I or RECOV=B.
The DOPTs parameters are defined as follows:
B BMCRECOVER
I IBMRECOVER
N NO RECOVER
RECVMAX The offsite copy threshold, in cylinders, above which the utility will use the
secondary unit for allocation. If the size of a data set exceeds the threshold,
the utility uses the secondary unit. To avoid using the secondary unit,
specify 0.
RECVMAXU The offsite copy secondary, or alternate, unit that is used for any overflow.
RECVPREF='&&PREFIX..&&SSID..&&OBNOD'
Defines the default prefix (high-level qualifier) that is used for the RECVnnn
recovery data sets. The &&OBNOD symbolic variable resolves to
database.&SPNAME. &SPNAME resolves to a table space name or to an
index space name, depending on the type of object that is being copied.
RECVPS=10 Defines the default primary space allocation in cylinders for RECVnnn
recovery data sets.
RECVSS=2 Defines the default secondary space allocation in cylinders for RECVnnn
recovery data sets.