4. EXCEPTIONS › 4.3 Exception Descriptions › 10023 Start DB2 Command
10023 Start 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 Start DB2 command was
issued.
RATIONALE: It is important to note when DB2 was started and
stopped for availability and performance purposes.
DEFINITION: This exception is noted when the DSYSTDB2 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: 10023 */
/* TITLE: START DB2 COMMAND */
/* FILE: DB2DSY01 */
/* ***************************************** */
IF DSYSTDB2 GT 0 THEN DO;
EXCCODE='10023';
SEVERITY='W';
MGMTAREA='PERFORMANCE';
EXCDESC1='START DB2 COMMAND';
EXCDESC2='COUNT = ' ||
PUT(DSYSTDB2,6.)
;
LINK HIT;
END;