True that in a macro do loop, leading blanks in the value of NOB won't matter, but he wanted to use the value in: proc sql noprint; select rate into :alp1 - :alp&nob. from mydata; quit; where leading blanks will matter and cause an error as he said: "I am getting an error at the step 'proc sql'"
... View more