Hyperion Essbase (MOSC)

MOSC Banner

How to handle space in Sub Var value in Maxl in Linux

edited May 25, 2016 5:02AM in Hyperion Essbase (MOSC) 3 commentsAnswered

I am executing the below Maxl command in Linux and having trouble passing the value 'abc xyz' as one string input to the Maxl.

alter database $appname.$dbname set variable $variablename $Value

Value= 'abc xyz';

The $variablename gets set with abc. It ignores xyz. It is taking them as two different parameters for every space. The same command works in windows and the variable is set to 'abc xyz' which is the requirement.

I have tried passing the variable under ' ' which means I am asking it to consider as one string. It still doesn't work. Has anyone faced this issue? Any help is appreciated.

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