Previous Topic: 06024: CIO Pool Current Use Exceeds StandardNext Topic: 06026: Scheduling Rate Below Standard


06025: Scheduling 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 the time period during which the
scheduling rate exceeded the installation standard.

    RATIONALE:  While not necessarily bad, an abnormally high
scheduling rate may indicate a potential resource over-
commitment.  It is possible that only short running
transactions favored in the class/priority scheduling scheme
are being processed or that scheduling conflicts lead to
fruitless schedules.

    DEFINITION:  This exception is detected when the
scheduling 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:

*
**  06025
**  SCHEDULING RATE EXCEEDS STANDARD
*;
IF ISYPSSCD > scheduling-rate
 THEN DO;
  EXCCODE='06025'; SEVERITY='W'; MGMTAREA='PERFORMANCE';
  EXCDESC1=
  'SCHEDULING RATE EXCEEDS STANDARD';
  EXCDESC2='SCHEDULING RATE = '
           || PUT(ISYPSSCD,7.2) || ' AT ' ||
           PUT(ENDTS,TIME.);
  LINK HIT;
END;

    THRESHOLD MODIFICATION:  Modify the value used for the
scheduling-rate.