Previous Topic: 06042: ISAM/OSAM Request Rate Exceeds StandardNext Topic: 06044: ISAM/OSAM I/O Rate Exceeds Standard


06043: ISAM/OSAM Request Satisfied in Pool Below 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 system processing may be
over-committed.

    RATIONALE:  An abnormally high number here may represent
resource over-utilization or non-optimum application
processing schemes or data base design.

    DEFINITION: This exception is detected when the ISAM/OSAM
percent request satisfied in pool falls below 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:

*
**  06043
**  ISAM/OSAM REQUEST SATISFIED IN POOL BELOW STANDARD
*;
IF ISYPCISO < ISAM/OSAM-percent-satisfied-in-pool
 THEN DO;
  EXCCODE='06043'; SEVERITY='W'; MGMTAREA='PERFORMANCE';
  EXCDESC1=
  'ISAM/OSAM REQUEST SATISFIED IN POOL BELOW STANDARD';
  EXCDESC2='ISAM/OSAM REQUEST SATIS IN POOL ='
           || PUT(ISYPCISO,7.2);
  LINK HIT;
END;

    THRESHOLD MODIFICATION:  Modify the
ISAM/OSAM-percent-satisfied-in-pool to a value between 0 and
100.