VOLUMES

The VOLUMES keyword defines the list of volumes in the volume group.

Syntax

VOLUMES=(vvvvvv|user_var,vvvvvv|user_var,……)

Where vvvvvv is a six-character volume serial number, and user_var is a user-defined variable. Multiple volumes and user variables can be listed. Wildcard characters are permitted.

Tip: Specifying specific volumes rather than generic volumes might result in improved processing speed.

Examples

In the following example, VOL001,VOL002,VOL003 are defined as the list of volumes in the volume group:

VOLUMES=(VOL001,VOL002,VOL003)

In the following example, &A_VOLS,&B_VOLS are defined as the list of volumes in the volume group:

VOLUMES=(&A_VOLS,&B_VOLS)