Previous Topic: OSFILTR 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=

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 attributes. Each section must have a unique name.

For example:

<DatasetFilters>
ExcludeDatasets= 'Prod_DataSet_Excludes'
ExcludeDS= 'Test_DataSet_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

Default: EXCLUDEDATASETS

Feature: Filtering

IncludeDatasets= | IncludeDSN= | IncludeDS= |

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 attributes. Each section must have a unique name.

For example:

<DatasetFilters>
IncludeDatasets= 'Prod_DataSet_Includes'
IncludeDS= 'Test_DataSet_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

Default: INCLUDEDATASETS

Feature: Filtering

IncludeDataClass= | IncludeDC=

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 attributes. Each section must have a unique name.

For example:

<DatasetFilters>
IncludeDataClass  = 'Prod_Data_Class_Includes'
IncludeDC         = 'Test_Data_Class_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

Feature: Filtering