Previous Topic: DUMP ECMF CommandNext Topic: (MII) EDIINIT Statement-Set EDIF Initialization Values


(MII) EDITEST Command-Display EDIF Processing Options

The EDITEST command lets you display the EDIF processing options that are in effect for a specific data set. This command is available only when you are running the EDIF of the CA MII component.

Scope: Local

This command has the following format:

EDITEST [DATASET=dsname]
        [DSORG=organization]
        [DETAIL=(ALL|FINAL|MATCH|AUTHORIZED|ACCESSLIST|CHECKEXCLUSIVE|EXEMPT|OPTIONS)]
DATASET

(Optional) Identifies the data set for which you want information. Specify the dsname of this data set in place of the dsname variable.

You can use the abbreviation DSNAME for this operand.

DSORG

(Optional) Identifies the data set organization of the data set for which you want information. Specify this operand only if a DSORG statement in the EDIPARMS member affects this data set.

Specify one of these values in place of the organization variable:

DETAIL

(Optional) Identifies the amount of detail you want included with the command response. For every value except FINAL, the EDIF processing options in effect at each level of the EDIF merge process are displayed. Use FINAL to display the EDIF processing options that are in effect for the input data set. The default is ‘DETAIL=(MATCH,OPTIONS)’.

ALL

Display all information for the input data set or DSORG.

FINAL

Display the final EDIF processing options in effect for the input data set. The final options indicate how EDIF reacts to a request for the input data set.

MATCH

Display which EDIF statements the input data set matches.

AUTHORIZED

Display the list of programs with write access to the input data set.

ACCESSLIST

Display the list of programs with read access to the input data set.

CHECKEXCLUSIVE

Display the list of programs that cannot update the input data set if the JCL DD statement specifies DISP=SHR.

EXEMPT

Display the list of programs that are exempt from an attribute checking for the input data set.

OPTIONS

Display the EDIF processing options in effect for the input data set.

Usage Notes: EDITEST Command

Example: EDITEST Command

To see what processing options are in effect for the SYS1.LOAD data set (when you have specified a DSORG statement for partitioned data sets), issue this command:

EDITEST DATASET=SYS1.LOAD DSORG=PO