********************************************************************** * DB90S 5.3 Tech note CZ907.T06 November 2000 * * * * Keywords : EZ-REORG DB-REORG SR2/3 Records * * * * When using DB-Reorg the documenation states that DBEZJOB2 * * need not be run as the SR2/3 DBKEYs will be output by DB-Reorg * * * * Since DB-Reorg only outputs SR2/3 DBKEYS for the area(s) being * * processed it will not produce SR2/3 details for dependant areas * * * * The following process should be followed when running DB-REORG * * * * Before running the DB-REORG run DBEZJOB2 * * * * After DBREORG has completed run DBEZJOB3 BUT change the JCL * * as specfied in the manual for the DBEZSXT6 step as follows * * change the following statement * * //DBEZSR23 DD DSN=prefix.DBEZSR23.SORT,DISP=SHR * * to * * //DBEZSR23 DD DUMMY * * * **********************************************************************