The OLAP Procedure

REORGANIZE_LEVEL Statement

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.

Syntax

REORGANIZE_LEVEL | REORG_LEVEL level-name

Example

Here is an example of the REORGANIZE_LEVEL statement:
PROC OLAP;
DIMENSION CUSTOMER SHARED;
REORG_LEVEL CUSTOMER_NAME;
RUN;