Previous Topic: 06108: IMS StoppedNext Topic: 06110: IMS Started


06109: Probable IMS Abend

    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 probable IMS system abend.

    RATIONALE:  To access system and application services,
IMS must be up.  A shutdown record was not found before a
start up record in the processing stream.  The assumption is
made that IMS went down without writing the shutdown record.

    DEFINITION:  This exception is detected when IMS starts
without a previous shutdown record.

    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:

*
**  06109
**  PROBABLE IMS ABEND
*;
IF INCCODE = '63'X
 THEN DO;
  EXCCODE='06109'; SEVERITY='C'; MGMTAREA='AVAILABILITY';
  EXCDESC1= INCTEXT;
  EXCDESC2= INCTEXT;
  LINK HIT;
END;

    THRESHOLD MODIFICATION:  None required