Runs a report script.
Syntax
RUNREPT numeric reptScript outputFile
Parameter | Description |
---|---|
numeric | Location of the report script file. Values: 1 - Local/client-based report script. 2 - Remote/server report script. 3 - File is not an Essbase object; enter a fully qualified path to the file. Use option 3 if you want to specify the full path name. Otherwise, Essbase looks in the <APPNAME>/<DBNAME> directory. |
reptScript | Name of the report script to run. |
outputFile | Target file name for report output. |
Notes
The value you enter for the numeric parameter tells Essbase where the file named reportScript resides. Use the OUTPUT command to suppress the onscreen display of the script.
Example
To execute a report script called P&L on the Essbase Server:
RUNREPT 2 "P&L" "P&L.out";