Creating HTML Output with ODS

The ODS HTML Statement

To create simple HTML output files in the default location using the default file-naming conventions, you do not have to specify the ODS HTML statement. However, to create HTML output with options specified, you open the HTML destination using the ODS HTML statement.
Note: You do not have to specify the ODS HTML statement to produce basic HTML output unless the HTML destination is closed.
Syntax, ODS HTML statement:
ODS HTML BODY = file-specification;
ODS HTML CLOSE ;
  • file-specification identifies the file that contains the HTML output. The specification can be any of the following:
    • a quoted string that contains the HTML filename (use only the filename to write the file ...

Get SAS Certification Prep Guide, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.