Open the ODS HTML destination for the ODS graphics
output. BODY= names the file for storing the HTML output. CONTENTS=
names the HTML file that contains the table of contents to the HTML procedure
output. The contents file links to each of the body files written to the HTML
destination. FRAME= names the HTML file that integrates the contents and body
files. PATH= specifies the ODSOUT fileref as the HTML destination for all
the HTML and GIF files. NOGTITLE suppress the graph titles from the SAS/GRAPH
output and displays them through the HTML page.
ods html body='grain_body.html'
frame='grain_frame.html'
contents='grain_contents.html'
path=odsout
nogtitle;