

4. EXCEPTIONS › 4.3 Detailed Exception Descriptions › 06044: ISAM/OSAM I/O Rate Exceeds Standard
06044: ISAM/OSAM I/O Rate Exceeds Standard
FILE: IMS System Activity
SAS FILE NAME: DETAIL.IMSISY01
SOURCE LOCATION: sharedprefix.MICS.SOURCE(DYIMSEXC)
SEVERITY: Impacting (SEVERITY='I')
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.
DEFINITION: This exception is detected when the ISAM/OSAM
I/O 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:
*
** 06044
** ISAM/OSAM I/O RATE EXCEEDS STANDARD
*;
IF ISYPSISI > ISAM/OSAM-I/O-rate
THEN DO;
EXCCODE='06044'; SEVERITY='I'; MGMTAREA='PERFORMANCE';
EXCDESC1=
'ISAM/OSAM I/O RATE EXCEEDS STANDARD';
EXCDESC2='ISAM/OSAM I/O RATE ='
|| PUT(ISYPSISI,7.2);
LINK HIT;
END;
THRESHOLD MODIFICATION: Modify the value used for the
ISAM/OSAM-I/O-rate.
Copyright © 2014 CA.
All rights reserved.
 
|
|