

4. EXCEPTIONS › 4.3 Detailed Exception Descriptions › 06107: IMS Data Base I/O Error
06107: IMS Data Base I/O Error
FILE: IMS System Incident
SAS FILE NAME: DETAIL.IMSINC01
SOURCE LOCATION: sharedprefix.MICS.SOURCE(DYIMSEXC)
SEVERITY: Critical (SEVERITY='C')
MANAGEMENT AREA: Availability (MGMTAREA='AVAILABILITY')
PURPOSE: Identifies a non-recoverable I/O error on an IMS
data base.
RATIONALE: Data base I/O errors immediately causes the
data base to be stopped as well as any transactions trying to
use that data base. Immediate action is required.
DEFINITION: This exception is detected when IMS detects
a Data Base I/O error.
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:
*
** 06107
** IMS DATA BASE I/O ERROR
*;
IF INCCODE = '24'X
THEN DO;
EXCCODE='06107'; SEVERITY='C'; MGMTAREA='AVAILABILITY';
EXCDESC1= INCTEXT;
EXCDESC2= 'DB=' || DATABASE ||
'PGM=' || PSBNAME ||
'TRAN=' || TRANSACT;
LINK HIT;
END;
THRESHOLD MODIFICATION: None required
Copyright © 2014 CA.
All rights reserved.
 
|
|