Previous Topic: MIM4062I

Next Topic: MIM4064W

MIM4063I

EDIF processing dataset mask

statement = name

options

Reason:

This message displays information about the processing options in effect for the specified data set at each level of the EDIF merge process. Three lines of information appear for each statement: the first line shows the type of statement and the name of the statement; the next two lines show the processing options in effect at a certain level of the merge process.

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

ABEND | NOABEND

Indicates whether EDIF is abending programs to prevent inappropriate operations.

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 if 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 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 listed under the final statement are the ones EDIF applies to this data set.