Example: Application naming

An example of a Performance List report produced from CMF performance class data with application naming enabled is shown in Figure 1.

The commands to request this report are like the following:
CICSPA IN(SMFIN002),
       LIST(FIELDS(
              APPLTRAN,           Application naming transaction ID
              USERID,             User identifier
              APPLPROG,           Application naming program name
              TASKNO,             Transaction identification number
              STOP(TIMET),        Task stop time (hh:mm:ss.thm)
              DISPATCH(TIME),     Dispatch time
              CPU(TIME),          CPU time
              SUSPEND(TIME),      Suspend time
              DISPWAIT(TIME),     Redispatch wait time
              APPLID,             CICS Generic APPLID
              JOBNAME,            Job name
              MVSID,              MVS SMF ID
              RELEASE))           CICS release
Figure 1. Performance List report: Application naming
 V3R2M0                                                 CICS Performance Analyzer
                                                            Performance List
 
LIST0001 Printed at 12:03:45  3/15/2011    Data from 07:30:47  5/29/2010                                              Page   1
 
 Tran Userid   Program    TaskNo  Stop        Dispatch User CPU  Suspend DispWait APPLID   Jobname  MVS  Rlse
                                  Time          Time     Time     Time     Time
 TOP1 CBAKER   PROGOPT1       16  7:30:47.653    .0002    .0002    .0029    .0000 IYK2Z1V1 CI07CJB1 MV2C 0660
 TOP2 CBAKER   PROGOPT2       17  7:30:47.660    .0019    .0007    .0067    .0000 IYK2Z1V1 CI07CJB1 MV2C 0660
 TOP3 CBAKER   PROGOPT3       18  7:30:47.699    .0112    .0011    .0362    .0298 IYK2Z1V1 CI07CJB1 MV2C 0660
 TOP4 CBAKER   PROGOPT4       13  7:30:47.785    .0189    .0031    .1189    .1157 IYK2Z1V1 CI07CJB1 MV2C 0660
 TOP5 CBAKER   PROGOPT5       15  7:30:47.829    .0261    .0044    .1539    .1053 IYK2Z1V1 CI07CJB1 MV2C 0660
 TOP6 CBAKER   PROGOPT6       12  7:30:47.842    .0363    .0034    .1587    .0012 IYK2Z1V1 CI07CJB1 MV2C 0660
 TOP7 CBAKER   PROGOPT7       10  7:30:47.945    .1053    .0142    .1930    .1393 IYK2Z1V1 CI07CJB1 MV2C 0660
Note: The APPLTRAN and APPLPROG fields are only available when application programs invoke the application naming event monitoring points. For more information, see the APPLNAME parameter on the DFHMCT TYPE=INITIAL macro in the CICS® Customization Guide..