BMC AMI LOBMaster syntax
REORG TABLESPACE
REORG TABLESPACE syntax applies to LOB reorganizations.
AUX
AUX tells BMC AMI LOBMaster whether to process both the base table space and any LOB auxiliary table spaces at the same time:
- YES (the default) processes both the base table space and any LOB auxiliary table spaces at the same time. Effectively, specifying AUX YES with REORG TABLESPACE initiates BMC AMI LOBMaster.The following considerations apply to AUX YES:
- If you also specify REBALANCE on your REORG command, the utility invokes DSNUTILB.
- If a pending DDL change exists to drop a LOB column, BMC AMI LOBMaster changes the AUX value to NO. You can specify AUX (or AUX YES) after the change is materialized.
- NO (or if AUX is omitted) processes only the base table space.
Additional options
The following keywords provide specific functionality when processing objects with LOBs:
REPORTONLY | REPORTONLY tells BMC AMI Reorg to perform the following actions without reorganizing, thereby producing DASD savings:
Using REPORTONLY issues one of the following return codes, based on the +LOBMISSING or +LOBORPHANS value:
|
---|---|
DISCARD | DISCARD tells BMC AMI Reorg to discard rows as part of the reorganization. This option functions somewhat differently when AUX is specified on a table space with LOBs:
Note: If you use both DISCARD and REPORTONLY in the REORG statement, BMC AMI Reorg writes to the discard file without discarding the rows. You can use this combination of options to selectively unload data from a table that contains LOB columns |