DB2QSYSW2 SAP (DB2 statistics (part 2)) Structure details

Dictionary Type: Structure
Description: DB2 statistics (part 2)




ABAP Code to SELECT data from DB2QSYSW2
Related tables to DB2QSYSW2
Access table DB2QSYSW2




Structure field list including key, data, relationships and ABAP select examples

DB2QSYSW2 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "DB2 statistics (part 2)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DB2QSYSW2 TYPE DB2QSYSW2.

The DB2QSYSW2 table consists of various fields, each holding specific information or linking keys about DB2 statistics (part 2) data available in SAP. These include QXSELECT (Number of SELECT statements executed), QXINSRT (Number of INSERT statements executed), QXUPDTE (Number of UPDATE statements executed), QXDELET (Number of DELETE statements executed).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DB2QSYSW2 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MEMBNMDB2 member name in data sharing environment DB2MEMNCHAR8DB2CHAR08
QXSELECTNumber of SELECT statements executed DB2XSELECTDEC19DB2DEC19V
QXINSRTNumber of INSERT statements executed DB2XINSRTDEC19DB2DEC19V
QXUPDTENumber of UPDATE statements executed DB2XUPDTEDEC19DB2DEC19V
QXDELETNumber of DELETE statements executed DB2XDELETDEC19DB2DEC19V
QXDESCNumber of DESCRIBE statements executed DB2XDESCDEC19DB2DEC19V
QXPREPNumber of PREPARE statements executed DB2XPREPDEC19DB2DEC19V
QXOPENNumber of OPEN CURSOR statements executed DB2XOPENDEC19DB2DEC19V
QXCLOSENumber of CLOSE CURSOR statements executed DB2XCLOSEDEC19DB2DEC19V
QXCRTABNumber of CREATE TABLE statements executed DB2XCRTABDEC19DB2DEC19V
QXCRINXNumber of CREATE INDEX statements executed DB2XCRINXDEC19DB2DEC19V
QXCTABSNumber of CREATE TABLE SPACE statements executed DB2XCTABSDEC19DB2DEC19V
QXCRSYNNumber of CREATE SYNONYM statements executed DB2XCRSYNDEC19DB2DEC19V
QXCRDABNumber of CREATE DATABASE statements executed DB2XCRDABDEC19DB2DEC19V
QXCRSTGNumber of CREATE STORAGE GROUP statements executed DB2XCRSTGDEC19DB2DEC19V
QXDEFVUNumber of CREATE VIEW statements executed DB2XDEFVUDEC19DB2DEC19V
QXDRPIXNumber of DROP INDEX statements executed DB2XDRPIXDEC19DB2DEC19V
QXDRPTANumber of DROP TABLE statements executed DB2XDRPTADEC19DB2DEC19V
QXDRPTSNumber of DROP TABLE SPACE statements executed DB2XDRPTSDEC19DB2DEC19V
QXDRPDBNumber of DROP DATABASE statements executed DB2XDRPDBDEC19DB2DEC19V
QXDRPSYNumber of DROP SYNONYM statements executed DB2XDRPSYDEC19DB2DEC19V
QXDRPSTNumber of DROP STORAGE GROUP statements executed DB2XDRPSTDEC19DB2DEC19V
QXDRPVUNumber of DROP VIEW statements executed DB2XDRPVUDEC19DB2DEC19V
QXALTSTNumber of ALTER STORAGE GROUP statements executed DB2XALTSTDEC19DB2DEC19V
QXFETCHNumber of FETCH statements executed DB2XFETCHDEC19DB2DEC19V
QXALTTSNumber of ALTER TABLE SPACE statements executed DB2XALTTSDEC19DB2DEC19V
QXALTTANumber of ALTER TABLE statements executed DB2XALTTADEC19DB2DEC19V
QXALTIXNumber of ALTER INDEX statements executed DB2XALTIXDEC19DB2DEC19V
QXCMTONNumber of COMMENT ON statements executed DB2XCMTONDEC19DB2DEC19V
QXLOCKNumber of LOCK TABLE statements executed DB2XLOCKDEC19DB2DEC19V
QXGRANTNumber of GRANT statements executed DB2XGRANTDEC19DB2DEC19V
QXREVOKNumber of REVOKE statements executed DB2XREVOKDEC19DB2DEC19V
QXINCRBNumber of INCREMENTAL BINDs executed DB2XINCRBDEC19DB2DEC19V
QXLABONNumber of LABEL ON statements executed DB2XLABONDEC19DB2DEC19V
QXSETSQLNumber of SET CURRENT SQLID statements executed DB2XSETSQLDEC19DB2DEC19V
QXCRALSNumber of CREATE ALIAS statements executed DB2XCRALSDEC19DB2DEC19V
QXDRPALNumber of DROP ALIAS statements executed DB2XDRPALDEC19DB2DEC19V
QXMIAPNumber of times RID list processing is used DB2XMIAPDEC19DB2DEC19V
QXNSMIAPRID list processing failed - no storage DB2XNSMIAPDEC19DB2DEC19V
QXMRMIAPRID list processing failed - limit exeeded DB2XMRMIAPDEC19DB2DEC19V
QXSETHVNumber of SET HOST VARIABLE statements executed DB2XSETHVDEC19DB2DEC19V
QXALDABNumber of ALTER DATABASE statements executed DB2XALDABDEC19DB2DEC19V
QXDRPPKGNumber of DROP PACKAGE statements executed DB2XDRPPKGDEC19DB2DEC19V
QXDSCRTBNumber of DESCRIBE TABLE statements executed DB2XDSCRTBDEC19DB2DEC19V
QXMAXDEGMaximum parallelism degree DB2XMAXDEGDEC19DB2DEC19V
QXTOTGRPParallel groups: total executed DB2XTOTGRPDEC19DB2DEC19V
QXDEGCURParallel groups fell to sequential due to updatable cursor DB2XDEGCURDEC19DB2DEC19V
QXDEGESAPar. groups fell to sequ. due to lack of ESA sort support DB2XDEGESADEC19DB2DEC19V
QXDEGBUFParallel groups fell to sequential due to storage shortage DB2XDEGBUFDEC19DB2DEC19V
QXREDGRPParallel groups: executed with reduced degree DB2XREDGRPDEC19DB2DEC19V
QXNORGRPParallel groups: executed as planned DB2XNORGRPDEC19DB2DEC19V
QXCON1Number of CONNECT TYPE 1 statements executed DB2XCON1DEC19DB2DEC19V
QXCON2Number of CONNECT TYPE 2 statements executed DB2XCON2DEC19DB2DEC19V
QXRELNumber of RELEASE statements executed DB2XRELDEC19DB2DEC19V
QXSETCONNumber of SET CONNECTION statements executed DB2XSETCONDEC19DB2DEC19V
QXSETCDGNumber of SET CURRENT DEGREE statements executed DB2XSETCDGDEC19DB2DEC19V
QXSETCRLNumber of SET CURRENT RULES statements executed DB2XSETCRLDEC19DB2DEC19V
QXCALLNumber of SQL CALL statements executed DB2XCALLDEC19DB2DEC19V
QXCALLAB# of times a stored procedure ABENDed DB2XCALLABDEC19DB2DEC19V
QXCALLTO# of times an SQL CALL stmt timedout waiting to be scheduled DB2XCALLTODEC19DB2DEC19V
QXCALLRJ# of times an SQL CALL statement was rejected DB2XCALLRJDEC19DB2DEC19V
QXDEGENCPar.groups fell to sequ. due to unavailable enclave services DB2XDEGENCDEC19DB2DEC19V
QXRLFDPA 0
QXSTRES1Field type char, length 3, reserved DB2RES03CHAR3DB2CHAR03
QXCOORNOCOORDINATOR setting mismatch DB2XCOORNODEC19DB2DEC19V
QXISORRIsolation level RR or RS DB2XISORRDEC19DB2DEC19V
QXCRGTT# OF CREATE GLBL TEMP TABLE DB2XCRGTTDEC19DB2DEC19V
QXSTREOPTotal Number of Times Reoptimization Occurs DB2XREOPDEC19DB2DEC19V
QXXCBPNXParallel groups: intended to run across data sharing group DB2XXCBPNXDEC19DB2DEC19V
QXXCSKIPMember bypasses due to storage shortage DB2XXCSKIPDEC19DB2DEC19V
QXALOCL# of ASSOCIATE LOCATOR statements executed DB2XALOCLDEC19DB2DEC19V
QXXCSKIPField Type INT, Length 4 DB2INT4UINT410DB2INT4U
QXALOCC# of ALLOCATE CURSOR statements executed DB2XALOCCDEC19DB2DEC19V
QXALOCLField Type INT, Length 4 DB2INT4UINT410DB2INT4U
QXALOCCField Type INT, Length 4 DB2INT4UINT410DB2INT4U
QXSTFNDNumber of Times that DB2 Found the Statement in the Cache DB2XSTFNDDEC19DB2DEC19V
QXSTFNDNumber of Times that DB2 Found the Statement in the Cache DB2XSTFNDDEC19DB2DEC19V
QXSTNFNDNumber of times statement could not be found in cache DB2XSTNFNDDEC19DB2DEC19V
QXSTIPRPNumber of implicit prepares DB2XSTIRPDEC19DB2DEC19V
QXSTNFNDNumber of times statement could not be found in cache DB2XSTNFNDDEC19DB2DEC19V
QXSTIPRPNumber of implicit prepares DB2XSTIRPDEC19DB2DEC19V
QXSTNPRPNumber of avoided prepares DB2XSTNPRPDEC19DB2DEC19V
QXSTDEXPMAXKEEPD parameter exceeded DB2XSTDEXPDEC19DB2DEC19V
QXSTNPRPNumber of avoided prepares DB2XSTNPRPDEC19DB2DEC19V
QXSTDEXPMAXKEEPD parameter exceeded DB2XSTDEXPDEC19DB2DEC19V
QXSTDINVStatement invalidated DB2XSTINVDEC19DB2DEC19V
QXRNTABRENAME TABLE DB2XRNTABDEC19DB2DEC19V
QXSTDINVStatement invalidated DB2XSTINVDEC19DB2DEC19V
QXFULLPTotal number of prepares: full prepares + short prepares DB2FULLPDEC19DB2DEC19V
QXRNTABField Type INT, Length 4 DB2INT4UINT410DB2INT4U
QXCTRIGNumber of SQL CREATE TRIGGER statements DB2XCTRIGDEC19DB2DEC19V
QXFULLPTotal number of prepares: full prepares + short prepares DB2FULLPDEC19DB2DEC19V
QXCTRIGNumber of SQL CREATE TRIGGER statements DB2XCTRIGDEC19DB2DEC19V
QXDRPTRNumber of SQL DROP TRIGGER statements DB2XDRPTRDEC19DB2DEC19V
QXDRPTRNumber of SQL DROP TRIGGER statements DB2XDRPTRDEC19DB2DEC19V
QXSETPTHNumber of SQL SET CURRENT PATH statements DB2XSETPTHDEC19DB2DEC19V
QXDRPFNNumber of DROP UDF statements DB2XDRPFNDEC19DB2DEC19V
QXSETPTHNumber of SQL SET CURRENT PATH statements DB2XSETPTHDEC19DB2DEC19V
QXDRPFNNumber of DROP UDF statements DB2XDRPFNDEC19DB2DEC19V
QXDRPPRNumber of DROP PROCEDURE statements DB2XDRPPRDEC19DB2DEC19V
QXCDISTNumber of CREATE DISTINCT TYPE statements DB2XCDISTDEC19DB2DEC19V
QXDRPPRNumber of DROP PROCEDURE statements DB2XDRPPRDEC19DB2DEC19V
QXCDISTNumber of CREATE DISTINCT TYPE statements DB2XCDISTDEC19DB2DEC19V
QXDDISTNumber of DROP DISTINCT TYPE statements DB2XDDISTDEC19DB2DEC19V
QXCRUDFNumber of CREATE FUNCTION statements DB2XCRUDFDEC19DB2DEC19V
QXDDISTNumber of DROP DISTINCT TYPE statements DB2XDDISTDEC19DB2DEC19V
QXCRPRONumber of CREATE PROCEDURE statements DB2XCRPRODEC19DB2DEC19V
QXCRUDFNumber of CREATE FUNCTION statements DB2XCRUDFDEC19DB2DEC19V
QXCRPRONumber of CREATE PROCEDURE statements DB2XCRPRODEC19DB2DEC19V
QXHOLDLNumber of HOLD LOCATOR statements DB2XHOLDLDEC19DB2DEC19V
QXFREELNumber of FREE LOCATOR statements DB2XFREELDEC19DB2DEC19V
QXHOLDLNumber of HOLD LOCATOR statements DB2XHOLDLDEC19DB2DEC19V
QXFREELNumber of FREE LOCATOR statements DB2XFREELDEC19DB2DEC19V
QXREPOP1Parallel groups with reformulated access path (Sysplex conf) DB2XREPOP1DEC19DB2DEC19V
QXREPOP1Parallel groups with reformulated access path (Sysplex conf) DB2XREPOP1DEC19DB2DEC19V
QXREPOP2Parallel groups with reformulated access path (buffer pool) DB2XREPOP2DEC19DB2DEC19V
QXCRATBNumber of CREATE AUXILIARY TABLE statements DB2XCRATBDEC19DB2DEC19V
QXREPOP2Parallel groups with reformulated access path (buffer pool) DB2XREPOP2DEC19DB2DEC19V
QXCRATBNumber of CREATE AUXILIARY TABLE statements DB2XCRATBDEC19DB2DEC19V
QXSTLOBVMaximum storage used for LOB values (MB) DB2XSTLOBVDEC19DB2DEC19V
QXALUDFNumber of ALTER FUNCTION statements DB2XALUDFDEC19DB2DEC19V
QXSTLOBVMaximum storage used for LOB values (MB) DB2XSTLOBVDEC19DB2DEC19V
QXALPRONumber of ALTER PROCEDURE statements DB2XALPRODEC19DB2DEC19V
QXALUDFNumber of ALTER FUNCTION statements DB2XALUDFDEC19DB2DEC19V
QXALPRONumber of ALTER PROCEDURE statements DB2XALPRODEC19DB2DEC19V
QXROIMATNumber of times DB2 used dir. row access to locate a record DB2XROIMATDEC19DB2DEC19V
QXROIIDXDirect row access attempted, but reverted to using index DB2XROIIDXDEC19DB2DEC19V
QXROIMATNumber of times DB2 used dir. row access to locate a record DB2XROIMATDEC19DB2DEC19V
QXROITSDirect row access attempted, reverted to tablespace scan DB2XROITSDEC19DB2DEC19V
QXROIIDXDirect row access attempted, but reverted to using index DB2XROIIDXDEC19DB2DEC19V
QXROITSDirect row access attempted, reverted to tablespace scan DB2XROITSDEC19DB2DEC19V
QXSTTRGNumber of times a statement trigger is activated DB2XSTTRGDEC19DB2DEC19V
QXSTTRGNumber of times a statement trigger is activated DB2XSTTRGDEC19DB2DEC19V
QXROWTRGNumber of times a row trigger is activated DB2XROWTRGDEC19DB2DEC19V
QXROWTRGNumber of times a row trigger is activated DB2XROWTRGDEC19DB2DEC19V
QXTRGERRNo. of times an SQL error occurred during a triggered action DB2XTRGERRDEC19DB2DEC19V
QXCASCDPMaximum level of nested SQL cascading DB2XCASCDPDEC19DB2DEC19V
QXTRGERRNo. of times an SQL error occurred during a triggered action DB2XTRGERRDEC19DB2DEC19V
QXCAUDNumber of user-defined functions executed DB2XCAUDDEC19DB2DEC19V
QXCASCDPMaximum level of nested SQL cascading DB2XCASCDPDEC19DB2DEC19V
QXCAUDNumber of user-defined functions executed DB2XCAUDDEC19DB2DEC19V
QXCAUDABNumber of times a user-defined function abended DB2XCAUDABDEC19DB2DEC19V
QXCAUDABNumber of times a user-defined function abended DB2XCAUDABDEC19DB2DEC19V
QXCAUDTONo. of times a user-defined funct. timed out before sched. DB2XCAUDTODEC19DB2DEC19V
QXCAUDRJNumber of times a user-defined function was rejected DB2XCAUDRJDEC19DB2DEC19V
QXCAUDTONo. of times a user-defined funct. timed out before sched. DB2XCAUDTODEC19DB2DEC19V
QXCAUDRJNumber of times a user-defined function was rejected DB2XCAUDRJDEC19DB2DEC19V
GHITRATIODynamic Statement Cache Global Hit Ratio DB2GHITRATCHAR7
GHITRATIODynamic Statement Cache Global Hit Ratio DB2GHITRATCHAR7
LHITRATIODynamic Statement Cache Local Hit Ratio DB2LHITRATCHAR7
LHITRATIODynamic Statement Cache Local Hit Ratio DB2LHITRATCHAR7
REPREPRATReprepare Ratio DB2RPRERATCHAR7
PREPREQNumber of Prepare Requests DB2PREPRDEC19DB2DEC19V
REPREPRATReprepare Ratio DB2RPRERATCHAR7
PREPREQNumber of Prepare Requests DB2PREPRDEC19DB2DEC19V
SHORTPREPNumber of Short Prepares DB2SHPREPDEC19DB2DEC19V
QXALTJRalter jar Number of ALTER JAR statementsDB2XALTJRDEC19DB2DEC19V
SHORTPREPNumber of Short Prepares DB2SHPREPDEC19DB2DEC19V
QXALTJR Number of ALTER JAR statements0
QXMERGE# of times merge sql statement was executed Number of MERGE statementsDB2XMERGEDEC19DB2DEC19V
QXMERGE Number of MERGE statements0
QXTRTBL# of times truncate table stmt was exec. Number of TRUNCATE TABLE statementsDB2XTRTBLDEC19DB2DEC19V
QXCRROLcreate role Number of CREATE ROLE statementsDB2XCRROLDEC19DB2DEC19V
QXTRTBL Number of TRUNCATE TABLE statements0
QXCRROL Number of CREATE ROLE statements0
QXDRPROLdrop role Number of DROP ROLE statementsDB2XDRPROLDEC19DB2DEC19V
QXCRCTXcreate trusted context Number of CREATE TRUSTED CONTEXT statementsDB2XCRCTXDEC19DB2DEC19V
QXDRPROL Number of DROP ROLE statements0
QXCRCTX Number of CREATE TRUSTED CONTEXT statements0
QXALTCTXalter trusted context Number of ALTER TRUSTED CONTEXT statementsDB2XALTCTXDEC19DB2DEC19V
QXALTCTX Number of ALTER TRUSTED CONTEXT statements0
QXDRPCTXdrop trusted context Number of DROP TRUSTED CONTEXT statementsDB2XDRPCTXDEC19DB2DEC19V
QXRNIXrename index Number of RENAME INDEX statementsDB2XRNIXDEC19DB2DEC19V
QXDRPCTX Number of DROP TRUSTED CONTEXT statements0
QXRNIX Number of RENAME INDEX statements0
QTIDSmall integer DB2INT2AAINT25DB2SINT
QTIDSmall integer DB2INT2AAINT25DB2SINT
QTLENSmall integer DB2INT2AAINT25DB2SINT
QTEYEField type char, length 4 DB2CHAR04CHAR4DB2CHAR04
QTLENSmall integer DB2INT2AAINT25DB2SINT
QTEYEField type char, length 4 DB2CHAR04CHAR4DB2CHAR04
QTALLOCAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTALLOCField Type INT, Length 4 DB2INT4INT410DB2INT4
QTALLOCAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTALLOCField Type INT, Length 4 DB2INT4INT410DB2INT4
QTABINDAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTABINDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTABINDAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTABINDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTINVRIDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTBINDAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTINVRIDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTBINDAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTBINDRField Type INT, Length 4 DB2INT4INT410DB2INT4
QTBINDRField Type INT, Length 4 DB2INT4INT410DB2INT4
QTTESTBField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPLNBDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTTESTBField Type INT, Length 4 DB2INT4INT410DB2INT4
QTREBINDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTRBINDAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPLNRBDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTFREEField Type INT, Length 4 DB2INT4INT410DB2INT4
QTFREEAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPLNFRDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTAUCHKField Type INT, Length 4 DB2INT4INT410DB2INT4
QTAUSUCField Type INT, Length 4 DB2INT4INT410DB2INT4
QTDSOPNNumber of datasets open concurrently DB2TDSOPNINT410DB2INT4U
QTMAXDSMax. no. of datasets open concurrently DB2TMAXDSINT410DB2INT4U
QTAUCCHField Type INT, Length 4 DB2INT4INT410DB2INT4
QTAUPUBField Type INT, Length 4 DB2INT4INT410DB2INT4
QTMAXPBPage sets available to drain since last statistics interval DB2TMAXPBINT410DB2INT4U
QTPACAUTField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPACPUBField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPACNOTField Type INT, Length 4 DB2INT4INT410DB2INT4
QTREOPNNumber of times a previously unused dataset was used DB2TREOPNINT410DB2INT4
QTPACOW1Field Type INT, Length 4 DB2INT4INT410DB2INT4
QTPACOW2Field Type INT, Length 4 DB2INT4INT410DB2INT4
QTSTRES1Field type char, length 4, reserved DB2RES04CHAR4DB2CHAR04
QTDSDRNNumber of datasets that were closed via the DRAIN process DB2TDSDRNINT410DB2INT4U
QTSTRES1Field type char, length 4, reserved DB2RES04CHAR4DB2CHAR04
QTPCCTNo. of infrequently updated datasets conv. from R/W to R/O DB2TPCCTINT410DB2INT4U
QTSLWDDDatasets not used, but not closed due to deferred close DB2TSLWDDINT410DB2INT4U
QTBINDPAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTBINDPRField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKGBDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTRBINDPField Type INT, Length 4 DB2INT4INT410DB2INT4
QTRBNDPAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKGRBDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTFREEPField Type INT, Length 4 DB2INT4INT410DB2INT4
QTFREEAPField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKGFRDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTAUTOBAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKABNDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKALLAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKALLField Type INT, Length 4 DB2INT4INT410DB2INT4
QTRACAUTNumber of successful authorization checks DB2TRACAUTINT410DB2INT4
QTRACPUBNumber of successful public authorization checks DB2RACPUBINT410DB2INT4
QTRACNOTNumber of authorization checks without authorization cache DB2RANOTINT410DB2INT4
QTRACOW1Number of authorization ID overrides in authorization cache DB2RACOW1INT410DB2INT4
QTRACOW2Number of routine entry overrides in authorization cache DB2RACOW2INT410DB2INT4
QTRACNACNumber of failures in adding an entry to authorization cache DB2RACNACINT410DB2INT4
QISTRLLMRDS limit exceeded DB2ISTRLLMDEC10DEC_10
QISTRPLMPhysical limit reached DB2ISTRPLMDEC10DEC_10
QISTRHIGRID blocks allocated - maximum DB2ISTRHIGDEC10DEC_10
QISTRCURRID block allocated - current DB2ISTRCURDEC10DEC_10
QISTRSTGRID list processing exhausted virtual storage DB2ISTRSTGDEC10DEC_10
QISTRMAXProcess limit exceeded DB2ISTRMAXDEC10DEC_10
QISTCOLSField type numc, length 10, integer DB2NUMC10INT410DB2INT4
QTXADEANumber of deadlocks DB2TXADEAINT410DB2INT4
QTXASLOCNumber of lock suspensions DB2TXASLOCINT410DB2INT4
QTXATIMNumber of timeouts DB2TXATIMINT410DB2INT4
QTXALESNumber of lock escalations (shared) DB2TXALESINT410DB2INT4
QTXALEXNumber of lock escalations (exclusive) DB2TXALEXINT410DB2INT4
QTXANPLMaximum page or row locks held DB2TXANLPINT410DB2INT4
QTXAFLG1Field type char, length 1, bit field DB2BIT01CHAR1DB2CHAR01
QTXARES1Field type char, length 1, reserved DB2RES01CHAR1DB2CHAR01
QTXARLIDField type char, length 2 DB2CHAR02CHAR2DB2CHAR02
QTXAPRECPrecedence How Limit determined DB2TXAPRECINT410DB2INT4
QTXASLMTLimit in SU's - ASUTIME Column DB2TXASLMTINT410DB2INT4
QTXACLMTLimit in CPU 16 microseconds DB2TXACLMTINT410DB2INT4
QTXACHUSHighest amt CPU 16 microsec used in successful DB2 call DB2TXACHUSINT410DB2INT4
QTXASLATNumber of latch suspensions DB2TXASLATINT410DB2INT4
QTXASOTHNumber of other suspensions DB2TXASOTHINT410DB2INT4
QTXALOCKNumber of lock requests DB2TXALOCKINT410DB2INT4
QTXALOCKDNumber of lock requests DB2TXALOCKDDEC10DB2DEC10V
QTXAUNLKNumber of unlock requests DB2TXAUNLKINT410DB2INT4
QTXAUNLKDNumber of unlock requests DB2TXAUNLKDDEC10DB2DEC10V
QTXAQRYNumber of query requests DB2TXAQRYINT410DB2INT4
QTXACHGNumber of change requests DB2TXACHGINT410DB2INT4
QTXAIRLMNumber of other requests DB2TXAIRLMINT410DB2INT4
QTXACLNONumber of claim requests DB2TXACLNOINT410DB2INT4
QTXACLUNNumber of claim requests that were unsuccessful DB2TXACLUNINT410DB2INT4
QTXADRNONumber of drain requests DB2TXADRNOINT410DB2INT4
QTXADRUNNumber of drain requests that were unsuccessful DB2TXADRUNINT410DB2INT4
QISEFAILField type numc, length 10, integer DB2NUMC10INT410DB2INT4
QISEPAGECurrent number of pages in the EDM pool DB2ISEPAGEDEC10DB2DEC10V
QISECTGNumber of requests for cursor table sections DB2ISECTGDEC10DB2DEC10V
QISECTCurrent number of pages in EDM pool used for cursor tables DB2ISECTDEC10DB2DEC10V
QISECTLNumber of CT sections not found in EDM pool DB2ISECTLDEC10DB2DEC10V
QISECTCurrent number of pages in EDM pool used for cursor tables DB2ISECTDEC10DB2DEC10V
QISEFREECurrent number of free pages in the free chain DB2ISEFREEDEC10DB2DEC10V
QISEDBDCurrent number of pages in EDM pool used for DB descriptor DB2ISEDBDDEC10DB2DEC10V
QISEFREECurrent number of free pages in the free chain DB2ISEFREEDEC10DB2DEC10V
QISEDBDCurrent number of pages in EDM pool used for DB descriptor DB2ISEDBDDEC10DB2DEC10V
QISESKCTCurrent number of pages in EDM pool used for skeleton CT DB2ISESKCTDEC10DB2DEC10V
QISEDBDGNumber of requests for database descriptor DB2ISEDBDGDEC10DB2DEC10V
QISESKCTCurrent number of pages in EDM pool used for skeleton CT DB2ISESKCTDEC10DB2DEC10V
QISEDBDGNumber of requests for database descriptor DB2ISEDBDGDEC10DB2DEC10V
QISEDBDLNumber of DB descriptors not found in EDM pool DB2ISEDBDLDEC10DB2DEC10V
QISEKTGNumber of requests for package table sections DB2ISEKTGDEC10DB2DEC10V
QISEDBDLNumber of DB descriptors not found in EDM pool DB2ISEDBDLDEC10DB2DEC10V
QISEKTGNumber of requests for package table sections DB2ISEKTGDEC10DB2DEC10V
QISEKTLNumber of times a PT section was not found in EDM pool DB2ISEKTLDEC10DB2DEC10V
QISEKTCurrent number of pages in EDM pool used for package tables DB2ISEKTDEC10DB2DEC10V
QISEKTLNumber of times a PT section was not found in EDM pool DB2ISEKTLDEC10DB2DEC10V
QISEKTCurrent number of pages in EDM pool used for package tables DB2ISEKTDEC10DB2DEC10V
QISESKPTCurrent number of pages in EDM pool used for skeleton PT DB2ISESKPTDEC10DB2DEC10V
QISEDSINumber of inserts into EDM pool for dynamic statement cache DB2ISEDSIDEC10DB2DEC10V
QISESKPTCurrent number of pages in EDM pool used for skeleton PT DB2ISESKPTDEC10DB2DEC10V
QISEDSGNumber of requests for DSC sections DB2ISEDSGDEC10DB2DEC10V
QISEDSINumber of inserts into EDM pool for dynamic statement cache DB2ISEDSIDEC10DB2DEC10V
QISEDSCNumber of pages used for DSC DB2ISEDSCDEC10DB2DEC10V
QISEDSGNumber of requests for DSC sections DB2ISEDSGDEC10DB2DEC10V
QISEDSCNumber of pages used for DSC DB2ISEDSCDEC10DB2DEC10V
QISEDFALNumber of failures because the data space is full DB2ISEDFALDEC10DB2DEC10V
QISEDFALNumber of failures because the data space is full DB2ISEDFALDEC10DB2DEC10V
QISEDPGENumber of pages in the data space used by the EDM pool DB2ISEDPGEDEC10DB2DEC10V
QISEDFRENumber of free pages in the data space free chain DB2ISEDFREDEC10DB2DEC10V
QISEDPGENumber of pages in the data space used by the EDM pool DB2ISEDPGEDEC10DB2DEC10V
QISECPGE Number of pages in EDM statement pool0
QISEDFRENumber of free pages in the data space free chain DB2ISEDFREDEC10DB2DEC10V
QISECFRE Number of free pages in EDM statement pool0
QISECPGENumber of pages in EDM statement pool Number of pages in EDM statement poolDB2ISECPGEINT410DB2INT4
QISECFRENumber of free pages in EDM statement pool Number of free pages in EDM statement poolDB2ISECFREINT410DB2INT4
QISESTMT Number of statements in EDM pool for dynamic statement cache0
QISESTMTNumber of statements in EDM pool for dynamic statement cache Number of statements in EDM pool for dynamic statement cacheDB2ISESTMTDEC10DB2DEC10V
QISJTRYField Type DEC, Length 10 DB2DEC10DEC10DEC_10
QISJTRYField Type DEC, Length 10 DB2DEC10DEC10DEC_10
QISJFAILField Type DEC, Length 10 DB2DEC10DEC10DEC_10
QISJFAILField Type DEC, Length 10 DB2DEC10DEC10DEC_10
QISJSIZEField Type DEC, Length 10 DB2DEC10DEC10DEC_10
QISJMAXField Type DEC, Length 10 DB2DEC10DEC10DEC_10
QISJSIZEField Type DEC, Length 10 DB2DEC10DEC10DEC_10
QISJMAXField Type DEC, Length 10 DB2DEC10DEC10DEC_10

Key field Non-key field



How do I retrieve data from SAP structure DB2QSYSW2 using ABAP code?

As DB2QSYSW2 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DB2QSYSW2 as there is no data to select.

How to access SAP table DB2QSYSW2

Within an ECC or HANA version of SAP you can also view further information about DB2QSYSW2 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!