Hyperion Essbase (MOSC)

MOSC Banner

MAXL: Catch Warnings possible? - like iferror catches errors

edited Apr 27, 2012 3:28AM in Hyperion Essbase (MOSC) 7 commentsAnswered
When running a maxl script it is possible to catch errors with the statement "iferror" (see sample code from technical reference below)

For creating partitions it is in my opinion also necessary to catch warnings.

Is there also a possibility to do this?

Thank you,

Bernd

LOGIN "local" "User1" "password" "Sample" "Basic";
LOADDATA 2 "calcdat";
IFERROR "Error";
CALC "Calc All;";
IFERROR "Error";
RUNREPT 2 "Myreport";
IFERROR "Error";
[possible other commands]
EXIT;

:Error

EXIT;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center