4. EXCEPTIONS › 4.3 Exception Descriptions › 10021 Start Data Base Command
10021 Start Data Base 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 Data Base Command
was issued.
RATIONALE: Noting the user starting the data base is
important for security while the number of data bases active
may impact performance.
DEFINITION: This exception is noted when the DSYSTDBA 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: 10021 */
/* TITLE: START DATA BASE COMMAND */
/* FILE: DB2DSY01 */
/* ***************************************** */
IF DSYSTDBA GT 0 THEN DO;
EXCCODE='10021';
SEVERITY='W';
MGMTAREA='PERFORMANCE';
EXCDESC1='START DATA BASE COMMAND';
EXCDESC2='COUNT = ' ||
PUT(DSYSTDBA,6.)
;
LINK HIT;
END;