4. EXCEPTIONS › 4.3 Detailed Exception Descriptions › 00208: TCAM/VTAM Outage Detected
00208: TCAM/VTAM Outage Detected
FILE TSO System Activity File
SAS FILE NAME DAYS.TSOTSO01
SOURCE LOCATION sharedprefix.MICS.SOURCE(DYTSOEXC)
SEVERITY Critical (SEVERITY='C')
MANAGEMENT AREA Availability (MGMTAREA='AVAILABILITY')
PURPOSE Identifies TCAM/VTAM outages.
RATIONALE TCAM/VTAM outages cause an interruption in TSO
availability. These outages may be the result
of a system IPL, or planned or unplanned
stopping of TCAM/VTAM.
DEFINITION This exception is detected when the TCAM/VTAM
outage time is nonzero.
EXCEPTION The SAS statements identifying the exception
STATEMENTS situation and describing the condition are
stored in the source member named in SOURCE
LOCATION and are described below:
************************************************************;
*
** 00208
** TCAM/VTAM OUTAGE DETECTED
*;
IF TSOTVDTM > 0
THEN DO;
EXCCODE='00208'; SEVERITY='C'; MGMTAREA='AVAILABILITY';
EXCDESC1='TCAM/VTAM OUTAGE DETECTED';
EXCDESC2='OUTAGE (HH:MM:SS)=' || PUT(TSOTVDTM,TIME.);
LINK HIT;
END;
THRESHOLD None required.
MODIFICATION