Previous Topic: MIM4062INext Topic: MIM4064W


MIM4063I

EDIF processing dataset mask

MATCH ON statement = name
OPTIONS
options
AUTHORIZED
programs
ACCESSLIST
programs
EXEMPT
programs
CHECKEXCLUSIVE
programs
FINAL OPTIONS FOR name

Reason:

This message displays information about the processing options in effect for the specified data set at each level of the EDIF merge process. The current level is indicated by the ‘MATCH ON statement = name’ header. This statement displays the ‘NAME=’ value that is specified on the EDIF statement that the EDITEST input data set matched. The ‘FINAL OPTIONS FOR name’ header indicates the EDIF processing options in effect for the EDITEST input data set.

MATCH ON statement = name

The ‘NAME=’ value that is specified on the EDIF statement (DEFAULT, DSORG, PREFIX, SUFFIX, PATTERN, or DATASET) that matched the EDITEST input data set.

AUTHORIZED

The list of program names that is specified on the AUTHORIZED keyword for the current EDIF statement match.

ACCESSLIST

The list of program names that is specified on the ACCESSLIST keyword for the current EDIF statement match.

EXEMPT

The list of program names that is specified on the EXEMPT keyword for the current EDIF statement match.

CHECKEXCLUSIVE

The list of program names that is specified on the CHECKEXCLUSIVE keyword for the current EDIF statement match.

OPTIONS

If you omit options on a DEFAULT statement, then EDIF inserts the default options. These values can appear in place of the options variable:

ABEND | NOABEND

EDIF ABENDS any program attempting an inappropriate operation.

ACCESS | NOACCESS

Indicates whether EDIF is checking to see if a program is authorized to read this data set.

ATTR | NOATTR

Indicates whether EDIF is checking to see if a program is changing the attributes of this data set.

CONF | NOCONF

Indicates whether EDIF is issuing messages when several jobs update this data set at the same time.

ENQ | NOENQ

Indicates whether EDIF is checking to see if several jobs are updating this data set at the same time.

IGNRCC | NOIGNRCC

Indicates whether EDIF is ignoring carriage controls in the record format of this data set during an attribute verification.

SMF | NOSMF

Indicates whether EDIF is recording violations in an SMF record.

SUPPMSG | NOSUPPMSG

Indicates whether EDIF is suppressing messages about violations for this data set.

UTIL | NOUTIL

Indicates whether EDIF is checking to see if a program is authorized to update this data set.

WAIT | NOWAIT

Indicates whether EDIF is making tasks wait for this data set to become free before letting updates occur.

Options that are listed under the final statement are the ones EDIF applies to this data set.

FINAL OPTIONS FOR name

The EDIF processing options in effect for the input data set that is, the results of the EDIF merge process.