Runs a calculation script.
Syntax
RUNCALC numeric calcScript| Parameter | Description |
|---|---|
numeric | Location of the calculation script data file. Values: 1 - Local/client-based calculation script. 2 - Remote/server calculation script. 3 - File. Use option 3 if the file is not an Essbase object, or if you want to specify the full path name. Otherwise, Essbase looks in the <APPNAME>/<DBNAME> directory. |
calcScript | Name of the calculation script to run. |
Notes
The numeric parameter indicates the location of the file named by the calcScript parameter.
Example
To execute a calculation script object named FAM100 on the Essbase Server:
RUNCALC 2 "FAM100";