4. EXCEPTIONS › 4.3 Exception Descriptions › 10026 Stop DB2 Command
10026 Stop DB2 Command
FILE: DB2 System Activity File
SAS FILE NAME: DETAIL.DB2DSY01
SOURCE LOCATION: sharedprefix.MICS.SOURCE(DB2DYEXC)
SEVERITY: Warning (Severity='W')
MANAGEMENT AREA: Performance (MGMTAREA='Performance')
PURPOSE: This exception notes that a Stop DB2 command was
issued.
RATIONALE: It is important to availability and performance
to note when the DB2 subsystem is available.
DEFINITION: This exception is noted when the DSYSPDB2 flag
is non-zero.
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:
/* ***************************************** */
/* EXCEPTION NUMBER: 10026 */
/* TITLE: STOP DB2 COMMAND */
/* FILE: DB2DSY01 */
/* ***************************************** */
IF DSYSPDB2 GT 0 THEN DO;
EXCCODE='10026';
SEVERITY='W';
MGMTAREA='PERFORMANCE';
EXCDESC1='STOP DB2 COMMAND';
EXCDESC2='COUNT = ' ||
PUT(DSYSPDB2,6.)
;
LINK HIT;
END;