4. EXCEPTIONS › 4.3 Exception Descriptions › 10055 Binds Without Plan ID
10055 Binds Without Plan ID
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 warns that a bind has been requested
but a plan ID was not supplied.
RATIONALE: It is important to determine why the requested
plan ID was not supplied. This is normal when testing a plan
with no intention of saving it.
DEFINITION: This exception is noted when the DSDTESTB 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: 10055 */
/* TITLE: BINDS WITHOUT PLAN ID */
/* FILE: DB2DSD01 */
/* ***************************************** */
IF DSDTESTB GT 0 THEN DO;
EXCCODE='10055';
SEVERITY='W';
MGMTAREA='PERFORMANCE';
EXCDESC1='BINDS WITHOUT PLAN ID';
EXCDESC2='COUNT = ' ||
PUT(DSDTESTB,6.)
;
LINK HIT;
END;