You can use MaxL Script Editor to create MaxL scripts and MDX Script Editor to create MDX scripts. From the editor, you can select an Essbase Server to run the script against, define and update variables, reference other files to execute with the script, and expand scripts to display variable values and the contents of referenced files.
To create a MaxL or MDX script:
To create a MaxL script, select File, then Editors, and then MaxL Script Editor.
To create an MDX script, select File, then Editors, and then MDX Script Editor.
From the title bar of the script editor window, select the Essbase Server against which to execute the statements in the script.
See Connecting to Essbase Servers in MaxL and MDX Script Editors.
Type the contents of the script, using the auto-completion feature if desired.
The contents of the script may simply be individual statements that you interactively type, execute, and clear from within the editor. You do not have to save a script in order to execute statements within it.
Optional:
Reference external files for use in the current script
Expand scripts to display variable values and the contents of referenced files