*RMC12002 - 08/16/2006 - The Queue Reorganization scheduler program * has been updated to provide sample code for * controlling the scheduing of the online queue * reorg program based on the day of the week. * *Problem Summary: * The old sample program was written to schedule the queue reorg * every 24 hours. This enhancement includes code that can prevent * the task from being scheduled on Sunday or Saturday. The code * is bypassed by default, but can be enabled by commenting the * instruction "B ALLDAYS", allowing the code to fall through to the * EXEC CICS ASKTIME ABSTIME() command, followed by the EXEC CICS * FORMATTIME DAYOFWEEK() command, and the tests for DAYOFWEEK=0 or * DAYOFWEEK=6 (Sunday and Saturday). * *Symptoms: * The reorganization runs every day. * *Temporary Fix: * The following replacement source modules must be obtained from * technical support: * ROPESCHD * *Permanent Fix: * This problem will be corrected by PTF in the next release of * ROPES. * *End Of Document