Beginning with 9.3,
by default, in the Windowing environment with the Windows and UNIX
operating systems, the LISTING destination is closed and the HTML
destination is open. You do not have to submit an ODS HTML statement
to generate HTML output, and you do not have to use the ODS HTML CLOSE
statement to be able to view your output. However, to create LISTING
output, you must either submit the ODS LISTING statement or enable
the LISTING destination by other means
(see How to Restore 9.2 Behavior).
The HTML destination
does the following:
-
generates HTML 4.0 embedded style
sheets
-
writes output files to the Work
directory
-
does not require you to specify
an ODS HTML CLOSE statement to view your output
These behaviors persist until you explicitly close
the ODS HTML destination by specifying the ODS HTML CLOSE statement,
and then reopen the HTML destination. After you have closed the HTML
statement and issued a new ODS HTML statement, the HTML destination
does the following:
-
writes output files to the current
directory
-
does require you to specify an
ODS HTML CLOSE statement to view your output
These behaviors persist until you close your SAS session
and open a new one.
CAUTION:
In SAS
9.3, HTML output in the SAS windowing environment is the default for
Microsoft Windows and UNIX, but not for other operating systems and
not in batch mode. When you run SAS in batch mode or on other operating
systems, the LISTING destination is open and is the default, ODS Graphics
is not enabled by default, and the default style for HTML output is
Styles.Default. Your actual defaults might be different because of
your registry or configuration file settings.