Each ODS
destination has a default style that is set by SAS. By specifying
STYLE=
style-definition in your
ODS destination statement, you can create an entirely different appearance
for your graphs.
For example, you can
specify that ODS apply the Styles.Journal style to all HTML output
with one of the following statements:
ods html style=styles.journal;
ods html style=journal;
This style is applied
to all output for that destination until you change the style or start
a new SAS session.
Note: In Windows and UNIX operating
environments, when the ODS Graphics procedures are executed in the
SAS Windowing environment, HTML is the default destination. If you
close this destination and do not open another destination, then no
destinations are open. (In batch mode, the default destination is
LISTING.)