October 2009
Beginner
636 pages
13h 35m
English
Chapter 3 shows that you can create many flavors of HTML output files with ODS. Table 12.1 summarizes the different HTML choices you can specify using ODS. Since SAS 8.2, all of the HTML destinations (except ODS HTML3) are ODS MARKUP destinations, and they all use tagset templates to create output.
| Method for HTML File Creation | SAS®9 Behavior |
|---|---|
| ODS HTML ... ; | Produces HTML 4.01 tags with an inline <STYLE> section. |
| ODS HTML3 ...; | Produces HTML 3.2 tags with embedded <FONT> tags. |
| ODS TAGSETS.XHTML ...; | Produces XHTML 1.0 tags in an HTML file with an inline <STYLE> section. |
| ODS MSOFFICE2K ...; | Creates an HTML file with tags and style attributes according ... |
Read now
Unlock full access