Chapter Contents

Previous

Next
ODS HTML

ODS HTML



Opens, manages, or closes the HTML destination. If the destination is open, you can create HTML output (output that is written in Hypertext Markup Language).

Valid: anywhere
Category: Output Control


Syntax
See

Syntax

ODS HTML action;
ODS HTML HTML-file-specification(s) <option(s)>;

To do this ... Use this action
Close the HTML destination and any files that are associated with it CLOSE
Select output objects for the HTML destination SELECT
Exclude output objects from the HTML destination EXCLUDE
Write to the SAS log the current selection or exclusion list for the HTML destination SHOW

To do this ... Use this option
Specify the base name for the HTML anchor tag that identifies each output object in the current body file ANCHOR=
Specify a string to use as the first part of all links and references that ODS creates in the HTML files BASE=
Control the destination of the footnotes that are defined by the graphics program that generates the HTML output GFOOTNOTE | NOGFOOTNOTE
Specify the destination for all graphics output that is generated while the HTML destination is open GPATH=
Control the destination of the titles that are defined by the graphics program that generates the HTML output GTITLE | NOGTITLE
Specify HTML to place between the <HEAD> and </HEAD> tags in all the HTML files that the HTML destination writes to HEADTEXT=
Specify HTML to use as the <META> tag inside the <HEAD> and </HEAD> tags of all the HTML files that the HTML destination writes to METATEXT=
Create a new body file at the specified starting-point NEWFILE=
Specify the location (an external file or a SAS catalog) for all HTML files PATH=
Specify an alternative record separator RECORD_SEPARATOR
Specify the style definition to use in writing the HTML files STYLE=
Translate the HTML files to the requested represention TRANTAB=


See
The Complete Guide to the SAS Output Delivery System for complete information.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.