DSNUTILB copy options
Option | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
DSNUTILB_FULL_COPY | Specify the type of copy to make when using IBM Db2 COPY (DSNUTILB) as your copy utility.
In the following situations, an incremental copy request escalates to a full image copy request:
| ||||||||
DSNUTILB_SHRLEVEL | Specify the level of access that is allowed to Db2 applications and utilities that are executing concurrently during the copy process.
This option is not valid for table spaces with a page size of 32 kilobytes (KB) when you specify Concurrent/DFSMS Yes. | ||||||||
DSNUTILB_FULL_CONCURRENT | Specifies whether to make concurrent copies by using the DFSMS Concurrent Copy utility. It is valid only when you are making a full image copy. | ||||||||
DSNUTILB_FULL_INCREMENTAL_PERCENT | Specifies a percent of changed pages used to determine whether to make an incremental copy or no copy. You can enter the incremental percentage value in either decimal or integer format. Valid integer values range from 0 to 100. Valid decimal values are 00.0 to 99.9. You can specify a decimal value only to the tenth’s place (1/10 of a percent). This option is valid only when used with DSNUTILB_FULL_COPY AUTO. | ||||||||
DSNUTILB_FULL_FULL_PERCENT | Specifies a percent of changed pages used to determine whether to make a full copy instead of an incremental copy. You can enter the full percentage value in either decimal or integer format. Valid integer values range from 0 to 100. Valid decimal values are 00.0 to 99.9. You can specify a decimal value only to the tenth’s place (1/10 of a percent). This option is valid only when used with DSNUTILB_FULL_COPY AUTO. | ||||||||
DSNUTILB_OBJECTSET | Specifies whether the IBM Db2 COPY utility ensures that all target objects share a common point of consistency. This is valid for table spaces, index spaces, and indexes. Only full image copies are supported for indexes. | ||||||||
DSNUTILB_COPY_PARALLEL | Specifies whether to copy objects in parallel. Be aware of the following information:
| ||||||||
DSNUTILB_MAX_PARALLEL | Specifies the maximum number of objects that should be processed in parallel | ||||||||
DSNUTILB_TAPEUNITS | Specifies the maximum number of tape units that the utility allocates | ||||||||
DSNUTILB_LISTDEF | Enables you to group database objects into reusable lists.
|