Hi
I'm trying to use a dm variable to assign a default value
ie
-SET &DEF_VAL = 'VALUE';
-DEFAULTS &RVAL = &DEF_VAL
-SET &REALVAL = &RVAL;
Instead of &RVAL taking the value 'VALUE' it takes '&DEF_VAL'.
I've tried using .EVAL without success. Can anyone help ?
thanks
I'm trying to use a dm variable to assign a default value
ie
-SET &DEF_VAL = 'VALUE';
-DEFAULTS &RVAL = &DEF_VAL
-SET &REALVAL = &RVAL;
Instead of &RVAL taking the value 'VALUE' it takes '&DEF_VAL'.
I've tried using .EVAL without success. Can anyone help ?
thanks