DFHMCT example

Figure 1 illustrates the coding to create a monitoring control table (MCT) for two user event monitoring points (EMPs).
Figure 1. Monitoring control table—example
DFHMCT   TYPE=INITIAL
DFHMCT   TYPE=EMP,                                  *
         ID=180,                                    *
         CLASS=PERFORM,                             *
         PERFORM=(SCLOCK(1),ADDCNT(2,1)),           *
         ACCOUNT=ADDCNT(1,1)
DFHMCT   TYPE=EMP,                                  *
         ID=181,                                    *
         CLASS=PERFORM,                             *
         PERFORM=PCLOCK(1)
DFHMCT   TYPE=FINAL
         END