4. EXCEPTIONS › 4.3 Exception Descriptions › 10024 Stop Data Base Command
10024 Stop 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 Stop Data Base command
was issued.
RATIONALE: It is important to note a stop data base command
for availability and performance considerations.
DEFINITION: This exception is noted when the DSYSPDBA 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: 10024 */
/* TITLE: STOP DATA BASE COMMAND */
/* FILE: DB2DSY01 */
/* ***************************************** */
IF DSYSPDBA GT 0 THEN DO;
EXCCODE='10024';
SEVERITY='W';
MGMTAREA='PERFORMANCE';
EXCDESC1='STOP DATA BASE COMMAND';
EXCDESC2='COUNT = ' ||
PUT(DSYSPDBA,6.)
;
LINK HIT;
END;