Create stylized PDF output. The STYLE option changes the color of the cells containing data to gray.
var country sale_type price / style (data)= [ background = gray ];
label country='Country Name**====='
sale_type='Order Type**====='
price='Price Per Unit in USD**========';
format price dollar10.2;
run;