TOKEN: Specifying an identifier for each copy pool backup version

Explanation: TOKEN(token) is an optional parameter that is a string (up to 40 bytes) that DFSMShsm maintains with each backup version of the copy pool. The token may be used to identify a specific backup version to dump or recover. The token is returned as part of the LIST and ARCXTRCT data for the copy pool backup version. If the value specified for TOKEN is less than 40 bytes, the TOKEN value is left justified and binary zeros fill the remainder of the positions to fill the 40 byte space. If TOKEN is not specified, binary zeros are returned with the data.

Defaults: None.