Previous Topic: (MII) LOCAL Statement-Manage Local ENQ RequestsNext Topic: (MII) PREFIX Statement-Apply EDIF Processing Options to Data Sets with Specific Prefix


(MII) PATTERN Statement-Apply EDIF Processing Options to Data Sets with Specific Patterns

The PATTERN statement lets you apply a set of EDIF processing options to all data sets that have a specified pattern in their data set names. This statement is available when you are running the EDIF of the CA MII component.

This command has the following format:

PATTERN NAME=pattern [ACCESSLIST(option)]
                     [AUTHORIZED(option)]
                     [BLKSIZE=option]
                     [CHECKEXCLUSIVE(options)]
                     [DSORG=option]
                     [EXEMPT(options)]
                     [LRECL=option]
                     [OPTION(options)]
                     [RECFM=option]
ACCESSLIST

(Optional) Identifies programs that are authorized to read these data sets. You can specify the same values for the ACCESSLIST parameter on any EDIF processing statement on which this parameter is available.

AUTHORIZED

(Optional) Identifies programs that are authorized to update these data sets. You can specify the same values for the AUTHORIZED parameter on any EDIF processing statement.

BLKSIZE

(Optional) Indicates what block size value EDIF should use during attribute verification. You can specify the same values for the BLKSIZE parameter on any EDIF processing statement on which this parameter is available.

CHECKEXCLUSIVE

(Optional) Identifies programs that cannot update these data sets when these data sets are allocated with DISP=SHR. You can specify the same values for the CHECKEXCLUSIVE parameter on any EDIF processing statement.

DSORG

(Optional) Indicates what data set organization EDIF should use during attribute verification. You can specify the same values as those for the DSORG parameter on the DATASET statement.

EXEMPT

(Optional) Identifies programs that are exempted from attribute verification. You can specify the same values for the EXEMPT parameter on any EDIF processing statement.

LRECL

(Optional) Indicates what logical record length EDIF should use during attribute verification. You can specify the same values for the LRECL parameter on any EDIF processing statement on which this parameter is available.

NAME

Identifies the data sets to which this PATTERN statement applies. Specify a pattern in the names for these data sets in place of the pattern variable. You can use the wildcard characters.

Note: For more information, see the Usage Notes under the description of the EXEMPT command.

OPTION

(Optional) Indicates what processing options EDIF should apply to these data sets.

You can specify any combination of the following values:

You also can specify values that negate these options (for example, NOABEND, NOACCESSCHECK, NONE, and so on). Values that you specify on the same statement cannot be mutually exclusive.

RECFM

(Optional) Indicates what record format EDIF should use during attribute verification. You can specify the same values for the RECFM parameter on any EDIF processing statement on which this parameter is available.

Usage Notes: PATTERN Statement

Examples: PATTERN Statement