Neoview SQL Reference Manual (R2.2)
maintain table t1_090, all, display detail;
• Disables all tasks that are allowed to be disabled (reorg table, index, update statistics):
maintain table t1_090, all, disable;
The status will show up as Disabled for the tasks that were disabled by the previous
command.
maintain table t1_090, all, display;
• Enables all tasks:
maintain table t1_090, all, enable;
The display shows the status as Scheduled (enabled):
maintain table t1_090, all, display;
• Disables update statistics on the specified table:
maintain table t1_090, update statistics, disable;
• Enables update statistics on the specified table:
maintain table t1_090, update statistics, enable;
MAINTAIN Command 185