You can use ODS MARKUP to replace
the <THEAD> tag with <TH> tags for the
column headers. All of the
updated HTML tagsets use the <TH> tags for the column headers by
default. You can download the tagsets_template.sas file from
http://support.sas.com/rnd/base/ods/odsmarkup/index.html.
Below is an example
of creating an HTML file with the modified tags.
ods markup file='temp.html' tagset=tagsets.htmlcss
stylesheet="temp.css";
proc print data=sashelp.class;
run;
ods markup close;
See also the full SAS Notes and Concepts for ODS.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.