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)]
(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.
(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.
(Optional) Identifies programs that are exempted from attribute verification. You can specify the same values for the EXEMPT parameter on any EDIF processing statement.
(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
This places jobs in a wait state when a requested data set is unavailable.
This abends tasks that are not authorized to update data sets.
This abends tasks that are not allowed to change data set attributes.
This abends tasks that are not authorized to read data sets.
For more information, see the description of the DATASET 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))
Copyright © 2014 CA.
All rights reserved.
|
|