Previous Topic: (MII) DATASET Statement-Apply EDIF Processing OptionsNext Topic: (MII) DEFAULT Statement (for GDIF)-Set ENQ Request Options


(MII) DEFAULT Statement (for EDIF)-Globally Apply EDIF Processing Options

The EDIF DEFAULT statement lets you apply a set of EDIF processing options to all data sets. This statement is available when you are running the EDIF of the CA MII component.

This command has the following format:

DEFAULT [AUTHORIZED(options)]
        [CHECKEXCLUSIVE(options)]
        [EXEMPT(options)]
        [OPTION(options)]
AUTHORIZED

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

CHECKEXCLUSIVE

(Optional) Identifies programs that cannot update data sets when those data sets are allocated with DISP=SHR. You can specify the same values for the CHECKEXCLUSIVE parameter on any EDIF processing 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.

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.

Usage Notes: DEFAULT Statement

Example: DEFAULT Statement (EDIF)

Suppose that you want EDIF to perform this processing for all data sets:

To achieve these results, specify this statement in the EDIPARMS member:

DEFAULT OPTION(UTILITY,ENQUEUE,ATTRIBUTES,SMF, 
   CONFLICTMESSAGES) EXEMPT(PROGRAM(SAS,SASLIB,SASLPA, 
   MIMDRGBN)) CHECKEXCLUSIVE(PROGRAM(NOSHARE1,NOSHARE2))