AVS_VGRP
The AVS_VGRP keyword specifies the volume groups to search for eligible volumes when Advanced Volume Selection is performed.
Syntax
AVS_VGRP=(vgrp|user_var, vgrp|user_var,….)
Where:
- vgrp
- is a volume group to search. Each volume group name can be a maximum of eight characters in length.
Default
None.
Environments
ALLOCATE
Related keywords
AVS, AVS_ALGORITHM, AVS_MOUNT_USAGE, AVS_UNIT, AVS_VGRP_SEARCH, and AVS_VSER.
Example: Search multiple volume groups
In the following example, Advanced Allocation Management searches the GROUP01, GROUP02, and GROUP03 volume groups for eligible volumes:
AVS_VGRP=(GROUP01,GROUP02,GROUP03)
Example: Search a volume group as defined by user-defined variables
In following example, Advanced Allocation Management searches volume groups as defined by the user-defined variable &VOLGRP1, for eligible volumes:
AVS_VGRP=(&VOLGRP1)