Previous Topic: 06046: ISAM/OSAM Forced Writes Exceed StandardNext Topic: 06101: IMS Application Abend


06100: IMS Security Violation

    FILE:            IMS System Incident
    SAS FILE NAME:   DETAIL.IMSINC01
    SOURCE LOCATION: sharedprefix.MICS.SOURCE(DYIMSEXC)

    SEVERITY:        Critical      (SEVERITY='C')
    MANAGEMENT AREA: Security      (MGMTAREA='SECURITY')

    PURPOSE: Identifies an IMS recognized security violation.

    RATIONALE:  Access to system and application services may
be restricted by an IMS Security Gen.  This exception
indicates that some function restricted in the IMS security
gen has been attempted in a non-authorized fashion.

    DEFINITION:  This exception is detected when IMS detects
some unauthorized action.

    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:

*
**  06100
**  IMS SECURITY VIOLATION
*;
IF INCCODE = '10'X
 THEN DO;
  EXCCODE='06100'; SEVERITY='C'; MGMTAREA='SECURITY';
  EXCDESC1=
  'IMS SECURITY VIOLATION ' || INCTEXT;
  EXCDESC2= 'ENTRY =' || TRANSACT || ' LINE ' ||
           PUT(LINE,4.) || ' PTERM ' ||
           PUT(PTERM,4.) || ' LTERM ' ||
           LTERM ;
  LINK HIT;
END;

    THRESHOLD MODIFICATION:  None required