MOO.CHANGE.CUBE


Changes the metadata of an exiting cube and its associated metadata and re-register it in CUBE.CFG.


Syntax

               

               call moo.change.cube([CubeObjectName],

                               [DescriptionOfCube],

                               [PostUpdateProcess],

                                        [PreUpdateProcess],  

                               [IsInternalObject])


Definitions

       

Argument

Definition

CubeObjectName

Object name of an existing cube

DescriptionOfCube

New description of the cube

PostUpdateProcess

New name of the process to run after the cube has been updated

PreUpdateProcess

New name of the process to run prior to the cube being updated

IsInternalObject

New status of this being an internal object



Return Value



               SUCCESS or error values


Example



            call moo.create.dim('CUBE_1',

                                         'New Description for Decimal Data Cube',

                                'N',

                                'N',

                                'FALSE')