Limited supportBMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Copy for Db2 13.1.

Excluding specified spaces from a wildcard specification


The 

BMC AMI Copy

 EXCLUDE option allows you to specify spaces (by name or wildcard pattern) for exclusion from a wildcard space specification.

This is useful when, for example, some spaces should be copied only using a particular SHRLEVEL.

The following example copies all table spaces in the current subsystem except those in databases starting with BMC and the space CCB.MYSPACE:

COPY TABLESPACE *.*
     EXCLUDE BMC*.*,CCB.MYSPACE
. . . . more options

The items in the list of spaces following the EXCLUDE option must be separated by commas; also, the list can be enclosed in parentheses.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*