Hi Arthur, Thanks for ur reply, and this was the error I see in my log of using sumlabel. proc print data=test noobs sumlabel: --------- 22 200 ERROR 22-322: Syntax error, expecting one of the following: ;, DATA, DOUBLE, HEADING, LABEL, N, NOOBS, OBS, ROUND, ROWS, SPLIT, STYLE, UNIFORM, WIDTH. ERROR 200-322: The symbol is not recognized and will be ignored. 263 style(grandtotal) = {background=white}; 264 by dummy; 265 sum height weight; 266 label dummy='Total'; 267 title 'Test of Getting Labeled Total'; 268 run;
... View more