4. EXCEPTIONS › 4.3 Exception Descriptions › 10054 Allocate Requests A Nonexistent Plan
10054 Allocate Requests A Nonexistent Plan
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 the allocation of a
nonexistent plan has been requested.
RATIONALE: It is important to determine why the plan
requested did not exist.
DEFINITION: This exception is noted when the DSDNVRID 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: 10054 */
/* TITLE: ALLOCATE REQUESTS NONEXISTENT PLAN */
/* FILE: DB2DSD01 */
/* ***************************************** */
IF DSDNVRID GT 0 THEN DO;
EXCCODE='10054';
SEVERITY='W';
MGMTAREA='PERFORMANCE';
EXCDESC1='ALLOCATE REQUESTS NONEXISTENT PLAN';
EXCDESC2='COUNT = ' ||
PUT(DSDNVRID,6.)
;
LINK HIT;
END;