Previous Topic: MIM4016

Next Topic: MIM4054I

MIM4053I

EDIF statistics:

   EVENT   COUNT SINCE
      hh:mm:ss yyyy.ddd
   INTERCEPT OPEN      nn
   TEST DCB            nn
   PROCESS DCB         nn
   ENQ                 nn
   UPDATE CONFLICT     nn
   ATTRIBUTE TEST      nn
   ATTRIBUTE FAILURE   nn
   UTILITY TEST        nn
   UTILITY FAILURE     nn
   CHECK EXCL TEST     nn
   CHECK EXCL FAILURE  nn
   ACCESS TEST         nn
   ACCESS FAILURE      nn
   IEBCOPY TEST DCB    nn
   IEBCOPY PROCESS DCB nn

Reason:

This message displays information about the activities of EDIF. The first “COUNT SINCE” column displays the number of event occurrences since EDIF was activated, while the second such column displays the number of occurrences since a user issued the DISPLAY STATISTICS=RESET command. The following information is shown:

ACCESS CHECK FAILURE

The number of times EDIF detected read violations.

ACCESS CHECK TEST

The number of times EDIF determined whether a program is authorized to read a data set.

ATTRIBUTE FAILURE

The number of times EDIF detected attribute violations.

ATTRIBUTE TEST

The number of times EDIF compared the attributes of a data set with the attributes specified by a program or user.

CHECK EXCL FAILURE

The number of times programs listed on a CHECKEXCLUSIVE parameter accessed a data set when DISP=SHR was specified in the JCL of that program.

CHECK EXCL TEST

The number of times EDIF checked the JCL of a job to see whether the program would update the data set when DISP=SHR is specified.

ENQ

The number of times EDIF issued ENQ requests to serialize access to data sets.

INTERCEPT OPEN

The number of times EDIF intercepted OPEN requests for data sets.

IEBCOPY PROCESS DCB

The number of times EDIF processed an IEBCOPY SYSIN DD.

IEBCOPY TEST DCB

The number of times EDIF intercepted and IEBCOPY SYSIN DD.

PROCESS DCB

The number of times EDIF applied processing options to data sets.

TEST DCB

The number of data sets EDIF tested.

UPDATE CONFLICT

The number of times two or more jobs tried to update the same data set at the same time.

UTILITY FAILURE

The number of times EDIF detected updates by inappropriate programs.

UTILITY TEST

The number of times EDIF determined whether a program is authorized to update a data set.