You are creating a MaxL script to log into the database, update a dimension, load data, and
run a calculation. Identify the two true statements about creating this MaxL script.
A.
A separate MaxL script is required for each step
B.
The password must be hardcoded into the script when logging in.
C.
IFERROR can be used in MaxL to handle errors after each statement, when triggered will
skip to a subsequent statement
D.
Variables for objects like server names, application names and database names can be
used in a MaxL script to help with maintenance
Explanation:
http://iniu.net/content/automate-essbase-daily-maintainence-maxlscripthttp://download.oracle.com/docs/cd/E12032_01/doc/epm.921/html_techref/maxl/ddl/util
s/shell/commands.htm
B and C
C & D