Usage Note 42874: Default behavior for the SAS windowing environment on Microsoft Windows, UNIX, and Linux operating systems has changed beginning with SAS® 9.3
In an effort to modernize the look of SAS® output, showcase our new graphics capabilities, and create seamless results for tables and graphs, SAS output will have a new look beginning in SAS® 9.3. These changes will take place in the SAS windowing environment for Microsoft Windows, UNIX, and Linux operating systems.
Note: The default behavior for batch processing and MVS has not changed.
Changes to the windowing environment include:
- ODS HTML is the default destination for all output.
- The default style is the new HTMLBLUE style.
- ODS Graphics is enabled by default.
- By default, graphs created by ODS Graphics are stored in the WORK library.
You can set SAS to the pre-SAS 9.3 behavior in one of three ways. These are described below:
- From the SAS menu bar, select Tools ► Options ► Preferences. Click on the Results tab, and do the following:
- Under Listing, check the Create listing option.
- Under HTML, clear the Create HTML option.
- Under Results options, clear the Use ODS Graphics option.
These changes will be stored in the SAS registry.
- Submit the statements below from the SAS Enhanced Editor window or the Program Editor window, or add the statements below to the beginning of your SAS code:
ods graphics off;
ods html close;
ods listing;
options odsstyle=default;
- Specify the options below in your SAS 9.3 configuration file or when invoking SAS 9.3:
-odsgraphics off
-odsdest listing
-odsstyle default
Operating System and Release Information
SAS System | Base SAS | Microsoft® Windows® for x64 | 9.3 TS1M0 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.3 TS1M0 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.3 TS1M0 | |
Microsoft Windows Server 2003 Standard Edition | 9.3 TS1M0 | |
Microsoft Windows Server 2003 for x64 | 9.3 TS1M0 | |
Microsoft Windows Server 2008 | 9.3 TS1M0 | |
Microsoft Windows Server 2008 for x64 | 9.3 TS1M0 | |
Microsoft Windows XP Professional | 9.3 TS1M0 | |
Windows 7 Enterprise 32 bit | 9.3 TS1M0 | |
Windows 7 Enterprise x64 | 9.3 TS1M0 | |
Windows 7 Home Premium 32 bit | 9.3 TS1M0 | |
Windows 7 Home Premium x64 | 9.3 TS1M0 | |
Windows 7 Professional 32 bit | 9.3 TS1M0 | |
Windows 7 Professional x64 | 9.3 TS1M0 | |
Windows 7 Ultimate 32 bit | 9.3 TS1M0 | |
Windows 7 Ultimate x64 | 9.3 TS1M0 | |
Windows Vista | 9.3 TS1M0 | |
Windows Vista for x64 | 9.3 TS1M0 | |
64-bit Enabled AIX | 9.3 TS1M0 | |
64-bit Enabled HP-UX | 9.3 TS1M0 | |
64-bit Enabled Solaris | 9.3 TS1M0 | |
HP-UX IPF | 9.3 TS1M0 | |
Linux | 9.3 TS1M0 | |
Linux for x64 | 9.3 TS1M0 | |
Solaris for x64 | 9.3 TS1M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
The default settings for the SAS windowing environment on Microsoft Windows, UNIX, and Linux operating systems have changed beginning with SAS® 9.3.
Date Modified: | 2011-05-12 09:32:57 |
Date Created: | 2011-04-06 10:43:42 |