SAP ABAP Data Element DB2PREPR (Number of Prepare Requests)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DB2 (Application Component) DB2 for z/OS
     STU3 (Package) Development Class for Database Monitor
Basic Data
Data Element DB2PREPR
Short Description Number of Prepare Requests  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DB2DEC19V    
Data Type DEC   Counter or amount field with comma and sign 
Length 19    
Decimal Places 0    
Output Length 26    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Prepares 
Medium 16 Prepare requests 
Long 20 Prepare requests 
Heading  
Documentation

Definition

The number of prepare requests is defined as

QXPREP + QXSTIPRP

where:
QXPREP:
Number of SQL prepare statements.
This number at the serving location might not necessarily match the user application because of DDF's internal processing.

QXSTIPRP:
The number of times that DB2 did an implicit prepare for a statement bound with KEEPDYNAMIC(YES) because the prepared statement cache did not contain a valid copy of the prepared statement.

History
Last changed by/on SAP  20110908 
SAP Release Created in 700