* * -------------------------------------------------------------------- * * DBSTATS REL 2.02 PTF#009 - OPTIONAL * ======== * * -------------------------------------------------------------------- * * DBSTATS accumlates elapsed time in a binary fullword in 64/1,000,000 * second incrments, giving a maximum elapsed time of 38:10:38 before * overflow occurs. This PTF changes DBSTATS to use 128/1,000,000 * second increments, allowing a maximum elapsed time of over 76 hours. * This change can cause the times reported by DBSTATS to be inaccurate * in the 4th decimal place (.0001), but this shouldn't really cause * any problems. * * Note: Any load modules that have been relinked with DBSTATS (e.g., * ===== CULE and CULL, application programs that have IDMSINTB linked * into the load module, etc.) must have the ZAP for CSECT * DBSINTB applied or they must be relinked again. * * ---------------------------------------------------------------------- * NAME DBSINTB DBSINTB * VER 0354 0012 REP 0354 0013 VER 035C 0012 REP 035C 0013 VER 036A 0012 REP 036A 0013 VER 0372 0012 REP 0372 0013 VER 0380 0012 REP 0380 0013 VER 0388 0012 REP 0388 0013 * NAME IDMSINTB DBSINTB * VER 0354 0012 REP 0354 0013 VER 035C 0012 REP 035C 0013 VER 036A 0012 REP 036A 0013 VER 0372 0012 REP 0372 0013 VER 0380 0012 REP 0380 0013 VER 0388 0012 REP 0388 0013 * NAME DBSTATS DBSTATS * VER 44CA 0006 REP 44CA 0007 VER 44E0 0006 REP 44E0 0007 VER 459A 0006 REP 459A 0007 VER 45B2 0006 REP 45B2 0007 VER 45C6 0006 REP 45C6 0007 VER 489E 0006 REP 489E 0007 VER 491A 0006 REP 491A 0007 VER 496E 0006 REP 496E 0007 * NAME DBSTRACE DBSTRACE * VER 377C 0006 REP 377C 0007 * * -------------------------------------------------------------------- * * END OF DBSTATS REL 2.02 PTF#009 * * -------------------------------------------------------------------- *