Tuesday, August 16, 2016

{nbspace x} in PROC REPORT

ods escapechar="^";

proc report data = statsp nowd split = '|' headline headskip
            style(report) = [asis = on PROTECTSPECIALCHARS=off outputwidth=9in]
            center missing contents="" spanrows;

define rowlbl  /order "Parameter" left width=20
                     style(column)=[/*font_weight=bold*/ cellwidth=2in asis=on]
                     style(header)=[just=left];

*** Use asis=on in DEFINE statement to make {nbspace x} in ROWLBL work