Previous Topic: DISPNext Topic: HSM | NOHSM


EXCLUDE

The EXCLUDE parameter excludes clusters from the export.

Note: All EXCLUDE parameters must be at the end of the list of control statements. Once an EXCLUDE parameter is encountered, all subsequent CL= or AIX= control statements encountered (and any data sets matching) will be excluded from the export.

Syntax

EXCLUDE

►►─┬─────────────────────────┬────────────────────────────────────────────────►◄
   └─ EXCLUDE  CL=entryname ─┘

Operand

The following table explains the operand for the EXCLUDE parameter:

Operand

Explanation

entryname

The specified generic or specific cluster is excluded from the export.

Example:

The following excludes all clusters that begin with SMS.TEST from an EXPORT:

EXPORT
CLUSTER
 CL=SMS.+
 EXCLUDE
  CL=SMS.TEST.+