Problem Note 14929: SAS 9.1.3 Service Pack 2 hangs when expanding results after ODS HTML
used
After you run ODS HTML, SAS hangs if you attempt to expand the Results
Viewer. This issue occurs only on Windows platforms running SAS 9.1.3
Service Pack 2 (9.1.3 SP2)
An ODS example is listed below:
ods html file='c:\temp\test.html';
proc print data=sashelp.class;
run;
ods html close;
Currently, the only circumvention is to end the SAS session using
the Windows Task Manager. To avoid this the next time right click
on the results and select Explore from Here.
In order to avoid the problem entirely, add the following statement to
your
code:
ods noresults;
If you are not using ODS code and you see the same behavior, in SAS
click on Tools>Options>Preferences>Results and uncheck "Create HTML".
A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:
http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#014929
For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#014929
Operating System and Release Information
SAS System | Base SAS | Microsoft Windows XP Professional | 9.1 TS1M3 SP2 | |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP2 | |
Microsoft Windows NT Workstation | 9.1 TS1M3 SP2 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP2 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP2 | |
Microsoft Windows 2000 Server | 9.1 TS1M3 SP2 | |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP2 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP2 | |
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP2 | |
*
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.
Type: | Problem Note |
Priority: | high |
Topic: | Software Components ==> Display Manager
|
Date Modified: | 2005-04-22 10:10:05 |
Date Created: | 2005-04-05 10:12:34 |