Problem Note 9367: ODS RTF hangs when TABULATE output is generated
On a machine running MS OFFICE XP, when ODS RTF is used to route PROC
TABULATE output, if the following setting is active:
Tools..
Options..
Preferences..
Results..
View results as they are generated
The file may appear to hang as the .rtf file is opened in the Results
Window. This is a problem with the headers being interpreted by
Microsoft Word, and since the Results Viewer is using MS Word, it looks
like SAS is hung. Using Task Manager and viewing Performance, the CPU
usage reports nearly 100%.
The same problem will result if the above option is not active, but the
file is opened directly from Microsoft Word 2002 (XP). This is a problem
with Word's interpretation of the headers generated by Tabulate.
Rearranging the TABLE statement from within PROC TABULATE may minimize
the problem.
TABLE CLASS1*CLASS2, VAR1;
/* Cirumvention: MOVE CLASS1 to the PAGE dimension */
TABLE CLASS1, CLASS2, VAR1 / box=_page_;
Microsoft created a hotfix for Microsoft Office Service Pack 2 which is
available by calling 1-800-936-3100 and asking for OfficeQFE8040 or the
hotfix from KB article ID 818791 "WD2002: RTF Files Open Slowly and
Scroll Slowly". They will ask for your name and email address and will
email you the files necessary to install the fix.
This hotfix will be available in the next service pack that is created
for Office XP. Once SP3 is available it will be unnecessary to add the
hotfix.
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows XP Professional | 8.2 TS2M0 | |
| Microsoft Windows 95/98 | 8.2 TS2M0 | |
| Microsoft Windows NT Workstation | 8.2 TS2M0 | |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows 2000 Server | 8.2 TS2M0 | |
| Microsoft Windows 2000 Advanced Server | 8.2 TS2M0 | |
| Microsoft Windows 2000 Datacenter Server | 8.2 TS2M0 | |
| Microsoft Windows 2000 Professional | 8.2 TS2M0 | |
*
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: | medium |
| Topic: | SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2004-03-22 13:50:16 |
| Date Created: | 2003-02-07 12:43:21 |