Skip to Main Content
SAS 9.4 Output Delivery System, 2nd Edition
book

SAS 9.4 Output Delivery System, 2nd Edition

by SAS Documentation
December 2013
Intermediate to advanced content levelIntermediate to advanced
2058 pages
74h 56m
English
SAS Institute
Content preview from SAS 9.4 Output Delivery System, 2nd Edition
ods html5 close;
ods html;
Program Description
Close the HTML destination. Close the default HTML destination. The HTML5
destination is being used.
ods html close;
Open the HTML5 destination and make the SVG graph appear inline. Open the
HTML5 destination. To integrate an SVG graph in HTML5, you can use the default. The
default svg_mode can also be specified using options (svg_mode='inline').
ods html5 options;
Specify the SVG image format for ODS GRAPHICS. Use ODS GRAPHICS to generate
an SVG file.
ods graphics /imagefmt=svg;
Use PROC SGPLOT to create a graph.
proc sgplot data=sashelp.stocks
(where=(date >= "01jan2000"d and stock = "IBM"));
title "Stock ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Cryptologic Aspects of German Intelligence Activities in South America during World War II

Cryptologic Aspects of German Intelligence Activities in South America during World War II

David P. Mowry

Publisher Resources

ISBN: 9781629590011