Previous Topic: 06028: PI Current Use Exceeds StandardNext Topic: 06030: PI Average Search Length Exceeds Standard


06029: PI Request Rate Exceeds Standard

    FILE:            IMS System Activity
    SAS FILE NAME:   DETAIL.IMSISY01
    SOURCE LOCATION: sharedprefix.MICS.SOURCE(DYIMSEXC)

    SEVERITY:        Warning       (SEVERITY='W')
    MANAGEMENT AREA: Performance   (MGMTAREA='PERFORMANCE')

    PURPOSE:  Identifies that PI processing may be over-
committed.

    RATIONALE:  An abnormally high number here may represent
resource over-utilization.  This number, combined with the
average search length in the PI pool, indicates whether
applications are taking checkpoints frequently enough.

    DEFINITION:  This exception is detected when the PI
request rate exceeds the installation-defined limit.

    EXCEPTION STATEMENTS:  The SAS statements identifying the
exception situation and describing the condition are stored
in the source member named in SOURCE LOCATION and are
described below:

*
**  06029
**  PI REQUEST RATE EXCEEDS STANDARD
*;
IF ISYPSPIR > PI-request-rate
 THEN DO;
  EXCCODE='06029'; SEVERITY='W'; MGMTAREA='PERFORMANCE';
  EXCDESC1=
  'PI REQUEST RATE EXCEEDS STANDARD';
  EXCDESC2='PI REQ RATE ='
           || PUT(ISYPSPIR,7.2);
  LINK HIT;
END;

    THRESHOLD MODIFICATION:  Modify the value used for the
PI-request-rate.