Previous Topic: 06107: IMS Data Base I/O ErrorNext Topic: 06109: Probable IMS Abend


06108: IMS Stopped

    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 an IMS Stop

    RATIONALE:  Access to system and application services
requires that IMS be up.

    DEFINITION:  This exception is detected when IMS detects
a shutdown.

    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:

*
**  06108
**  IMS STOPPED
*;
IF INCCODE = '61'X
 THEN DO;
  EXCCODE='06108'; SEVERITY='C'; MGMTAREA='AVAILABILITY';
  EXCDESC1= INCTEXT;
  EXCDESC2= INCTEXT;
  LINK HIT;
END;

    THRESHOLD MODIFICATION:  None required