Previous Topic: FIX ParameterNext Topic: INCLLNK Parameter


INCLAUTO Parameter

Specifies a set of private libraries that CA PMO may manage automatically. The specified libraries will be managed in hash tables only.

This parameter causes CA PMO to manage only the private libraries that fit in the specifications of this parameter (provided that directory search activity warrants management of these libraries), private libraries that you code on the INCLPRVT parameter, and private libraries that you include for management using the F PMO,INCLPRVT command CA PMO excludes all other private libraries from automatic management.

Format

The INCLAUTO parameter has the following syntax:

INCLAUTO=data set name,VOL=volser

The INCLATUO parameter requires the following value:

data set name

The name of a private library, or a set of private libraries, that CA PMO may consider eligible for management. You can use an asterisk (*) as a wildcard for one character. If used at the end of the data set name, it is a wildcard for several characters. You can specify more than one INCLAUTO=data set name statement in your parameter data set.

*

Includes all libraries from the specified volume.

VOL=volser

The serial number of a volume. You may specify volser as a prefix (of one to six characters) ended by an asterisk (*) to indicate all volumes that begin with the prefix. If you specify a volser, a library must match it and the INCLAUTO=data set name specification to qualify for management.

*

Makes libraries from all volumes eligible for automatic management.

Default: All libraries are eligible for automatic management

Examples

INCLAUTO=USER.PRIVATE.LIB,VOL=USRPAK
INCLAUTO=DSI*,VOL=MVS*
INCLAUTO=*,VOL=*
INCLAUTO=USER***.**.MS.L*,VOL=MVS570

Note: