Why I can not run the macro as below, but if I set other special value like decimal for the varibale CHAR, it will work. Do you have any suggestion if i want to scussfully run the code below, thank you. %macro align1(char= ) ; %put this is &char ; %mend ; %align1(char=%nrstr( ( ) ) ;
... View more