The INCLUDE and EXCLUDE statements provide filtering criteria for the SHOW, BACKUP, RESET, RESTORE, RESYNC, and ERASE functions of DLMAINT. These functions are used to maintain the SCC-DLimit database. The INCLUDE and EXCLUDE statements limit the functions to operating on specified subsets of data within the SCC- DLimit database. For example, if the statement INCLUDE ACCOUNT(PAYROLL) is placed in the input stream ahead of the BACKUP statement, only the SCC-DLimit records for the PAYROLL account will be included in the backup. Similarly, if the INCLUDE VOLUME(PROD01) statement is placed in the SYSIN stream ahead of the RESYNC statement, database resynchronization will be performed only for volume PROD01.
As many INCLUDE and EXCLUDE statements as necessary may be specified. Multiple filters may be specified on a single statement, e.g., INCLUDE ACCOUNT(PAY*, TEST*), or the filter criteria may be specified on multiple statements, e.g., INCLUDE ACCOUNT(PAY*) and INCLUDE ACCOUNT(TEST*). The INCLUDE and EXCLUDE
statements may be specified in any order. If the same filter criteria is specified on both an INCLUDE and EXCLUDE statement, the EXCLUDE statement will take precedence.
INCLUDE ACCOUNT( acctnames )
DSNAME( dsnames ) VOLUME( volsers )
ACCOUNT ( acctnames )
Function: This is an optional parameter. Specifies the names of the SCC-DLimit accounts to be processed during BACKUP, RESTORE, RESYNC, SHOW, and other DLMAINT operations. Only those accounts specified will be processed. Account names may be partially qualified via the wildcard characters, asterisk or question mark. (E.g., INCLUDE ACCOUNT(ABC*) indicates to process all accounts beginning with the characters ‘ABC’).
Default: None
Format: ACCOUNT( acct1, acct2, ... acctn )
DSNAME ( dsnames )
Function: This is an optional parameter. Specifies the datasets to be processed during DLMAINT operations. Only those datasets specified will be included. Dataset names may be partially qualified via the wildcard characters, asterisk or question mark
Synonym: DATASET
Default: None
Format: DSNAME( dsname1, dsname2, ... dsnamen )
VOLUME ( volsers )
Function: This is an optional parameter. Specifies the DASD volume serial numbers to be used during the processing of DLMAINT operations. Volume names may be partially qualified via the wildcard characters, asterisk or question mark.
Synonym: VOLSER
Default: None
Format: VOLUME( vol1,vol2, ... voln )