Using the COPY INDEX specification
You can create index image copies by using the INDEX specification with the COPY command. In this case, the indexes specified are copied.
If the IXSIZE option is non-zero, only indexes that exceed IXSIZE are copied. For more information, see Copying-indexes-based-on-size.
COPY INDEX creatorID.indexName specifies the index to be copied. creatorID optionally specifies the creator of the index. The default is DSNDB04. The name of the index to be copied is specified by indexName.
BMC AMI Copy accepts delimited index names. Delimited index names are enclosed by double quotes (') and can contain special characters. A delimited name can be used when the sequence of characters does not qualify as an ordinary Db2 identifier. Such a sequence, for example, could be an SQL reserved word, or it could begin with a digit. Two consecutive escape characters are used to represent one escape character within the delimited name.
Related topic