* * -------------------------------------------------------------------- * * DBSPACE REL 2.00 PTF#001 * * -------------------------------------------------------------------- * * Scratch requests bypass IDMSDBMS and use IDMSDBIO directly. * Space management pages (maintained by IDMSDBMS) are NOT used * for the scratch area. Instead, CV's scratch manager uses a * bitmap (in storage) of scratch pages currently allocated. * No pages are reserved for space management in the scratch area. * (IDMSINIT initializes some pages as SMPs, but the scratch * manager doesn't treat them any differently from non-SMP pages). * * When DBSPACE is run with a global DMCL and PROCESS=TOTAL, * DBSPACE was attempting to process the scratch area just like * any other area. If scratch data had been written on a page that * IDMSINIT had initialized as an SMP, DBSPACE was interpreting * the page's contents as space management entries, often finding * values that are negative or larger than the scratch page size. * This would cause an ERROR 040 message to be issued and cause * the jobstep to issue a completion code of 8. * * This PTF causes DBSPACE to ignore the scratch area. This allows * PROCESS=TOTAL using the global DMCL to execute without issuing * the error message. * * * * * ---------------------------------------------------------------------- * NAME DBSPACE DBSPACE * VER 2900 5890,5018 REP 2900 47F0,C5DA * VER 2D00 0000,0000,0000,0000,0000,0000,0000,0000 REP 2D00 D507,4028,C5EC,4780,C486,5890,5018,47F0 VER 2D10 0000,0000,0000,0000,0000 REP 2D10 C1DE,C4C4,D3C4,C3E2,C3D9 * * -------------------------------------------------------------------- * * END OF DBSPACE REL 2.00 PTF#001 * * -------------------------------------------------------------------- *