Previous Topic: VTFILTR Parmlib MemberNext Topic: Include Data Class Section


Data Set Filters Section

This section contains an alphabetic list of the Data Set Filters attributes. The list contains a description of each attribute, its valid values, and the CA Vtape features it supports.

ExcludeDatasets= | ExcludeDSN= | ExcludeDS= |
ExcludeDataSetsRemote= | ExcludeDSNRemote= | ExcludeDSRemote=

Determines the customizable section name of a section containing data set name exclude entries. The value coded must match a section name enclosed in greater than and less than signs in the same parmlib member as the Data Set Filters section itself. Multiple exclude data set sections can be defined and identified by multiple ExcludeDataSets or ExcludeDataSetsRemote attributes. Each section must have a unique name.

For example:

<DatasetFilters>
ExcludeDatasets=ProdDataSetExcludes
ExcludeDS=TestDataSetExcludes

ExcludeDSRemote=Rmt1.Excludes
ExcludeDSRemote=Rmt2.Excludes

Note: If no data set name exclude entries are needed, the attribute can be commented out or deleted or the attribute can point to a valid section that contains no entries.

Valid Values: A valid section name

Section: <DatasetFilters>

Feature: Filtering

IncludeDatasets= | IncludeDSN= | IncludeDS= |
IncludeDataSetsRemote= | IncludeDSNRemote= | IncludeDSRemote=

Determines the customizable section name of a section containing data set name include entries. The value coded must match a section name enclosed in greater than and less than signs in the same parmlib member as the Data Set Filters section itself. Multiple include data set sections can be defined and identified by multiple IncludeDataSets or IncludeDataSetsRemote attributes. Each section must have a unique name.

If a data set name matches filters in a non-remote section and a remote section, the non-remote filter will be used and the data set will be assigned to a local group.

For example:

<DatasetFilters>
IncludeDatasets=ProdDataSetIncludes
IncludeDS=TestDataSetIncludes

IncludeDSRemote=Rmt1.Includes
IncludeDSRemote=Rmt2.Includes

Note: If no data set name include entries are needed, the attribute can be commented out or deleted or the attribute can point to a valid section that contains no entries.

Valid Values: A valid section name

Section: <DatasetFilters>

Feature: Filtering

IncludeDataClass= | IncludeDC= |
IncludeDataClassRemote= | IncludeDCRemote=

Determines the customizable section name of a section containing SMS data class entries. The value coded must match a section name enclosed in greater than and less than signs in the same parmlib member as the Data Set Filters section itself. Multiple include data class sections can be defined and identified by multiple IncludeDataClass or IncludeDataClassRemote attributes. Each section must have a unique name.

If a data class matches filters in a non-remote section and a remote section, the non-remote filter will be used and the data set will be assigned to a local group.

For example:

<DatasetFilters>
IncludeDataClass  =ProdDataClassIncludes
IncludeDC         =TestDataClassIncludes

IncludeDCRemote=Rmt1.Includes
IncludeDCRemote=Rmt2.Includes

Note: If no data class include entries are needed, the attribute can be commented out or deleted or the attribute can point to a valid section that contains no entries.

Valid Values: A valid section name

Default: INCLUDEDATACLASS

Section: <DatasetFilters>

Feature: Filtering