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