Hi, Anyone know How to evaluate a macro value containing
' - ' with %IF function.? %quote, %str, %bquote, ... can't mask the '-' with %if expression.
e.g.
%macro test;
...
%let mcrvar= abc-xyz;
%if %quote(&mcrvar) = abc-xye %then..... %else....
...
%mend;
Thanks,
Mike
' - ' with %IF function.? %quote, %str, %bquote, ... can't mask the '-' with %if expression.
e.g.
%macro test;
...
%let mcrvar= abc-xyz;
%if %quote(&mcrvar) = abc-xye %then..... %else....
...
%mend;
Thanks,
Mike