The OLAPOPERATE Procedure

Enabling a Cube

You can enable access to a disabled cube by using the ENABLE CUBE statement. The statement allows queries to be run against the cube again.
ENABLE CUBE cube-name | _ALL_;
If the _ALL_ keyword is specified, all cubes are enabled for access by OLAP sessions.