Previous Topic: INCLLNK ParameterNext Topic: INTVL Parameter


INCLPRVT Parameter

Specifies private libraries that CA PMO may manage in hash tables, the managed list, or both. If you excluded a library by setting the EXCLAUTO parameter, the INCLPRVT parameter overrides this exclusion.

CA PMO does not automatically stop managing any library that you specify with the INCLPRVT parameter. This is true even if CA PMO virtual storage size is exhausted, or if the maximum number of managed libraries has been reached, and there are candidates that CA PMO would otherwise manage in favor of this library. To cause CA PMO to stop managing the library, you must issue the F PMO,EXCLPRVT command.

Format

The INCLPRVT parameter has the following syntax:

INCLPRVT=data set name ,VOL=volser

The INCLPRVT parameter requires the following values:

Valid INCLPRVT data set name values:

data set name

The name of the library. Asterisks and other wild cards are not permitted in INCLPRVT parameter statements.

VOL=volser

Designates the volume serial number where the private library resides. If you do not specify a volser, CA PMO attempts to find data set name in the catalog. If the volume serial number cannot be determined or if data set name does not exist, CA PMO does not manage the library.

Default: No Default.

Examples

INCLPRVT=USER.LIB1
INCLPRVT=USER.LIB,VOL=USRVOL

Notes: Do not code any parameters on this statement except INCLPRVT and VOL.