Setting the HTML title tag in SAS ODS (the right way)
In our department and various places on the Intertubes, SAS programmers set the HTML title tag (which sets the title in web browsers and on search engines) in ODS using the headtext option: ods html headtext="My great report" /* wrong! */ file="foo.html"; This may work in some situations, but ... [Read more...]