* For a list of the styles, see the file called 'styles list'; libname herc 's:\courses\stat426\data1'; ods html file='U:\Documents\myreport.html' style=Ocean; proc means data=herc.sales; var Salary; title 'Report One'; run; proc print data=herc.sales; title 'Report Two'; run; ods html close; title;