4. EXCEPTIONS › 4.3 Exception Descriptions › 10051 Create Data Base Statement
10051 Create Data Base Statement
FILE: DB2 Data Base Activity File
SAS FILE NAME: DETAIL.DB2DSD01
SOURCE LOCATION: sharedprefix.MICS.SOURCE(DB2DYEXC)
SEVERITY: Warning (Severity='W')
MANAGEMENT AREA: Performance (MGMTAREA='Performance')
PURPOSE: This exception notes that a Create Data Base
statement was executed.
RATIONALE: Creating a Data Base may use large amounts of
DASD storage.
DEFINITION: This exception is noted when the DSDCRDAB 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: 10051 */
/* TITLE: CREATE DATA BASE STATEMENT */
/* FILE: DB2DSD01 */
/* ***************************************** */
IF DSDCRDAB GT 0 THEN DO;
EXCCODE='10051';
SEVERITY='W';
MGMTAREA='PERFORMANCE';
EXCDESC1='CREATE DATA BASE STATEMENT';
EXCDESC2='COUNT = ' ||
PUT(DSDCRDAB,6.)
;
LINK HIT;
END;