Previous Page | Next Page

The OLAP Procedure

REORGANIZE_LEVEL Statement

REORGANIZE_LEVEL | REORG_LEVEL

This option enables you to reorganize individual, eligible levels for a cube. It is used when you have performed multiple cube updates on a cube such that the levels values must be reorganized. Any level used in this statement must have been updated with new captions during prior instances of cube update.

Here is an example of the REORGANIZE_LEVEL statement:

proc olap cube=test  ;
 metasvr...  etc;;

REORG_LEVEL CUSTOMER_NAMES;

REORG_LEVEL PRODUCT;
;
run ;

Previous Page | Next Page | Top of Page