Specify a title for the report, and format any variable containing numbers. The FORMAT statement assigns the DOLLAR10.2 format to the variable Price in the report. The TITLE statement specifies a title.


   format price dollar10.2;
   title 'Order Type and Price Per Unit in Each Country';
run;