Problem Note 49381: PROC REPORT code that applies styles might perform very slowly in SAS® Web Report Studio
SAS Web Report Studio might render stored processes that include PROC REPORT code very slowly. This problem is most likely to occur if your middle tier is on UNIX and your code applies styles to the output. The following code is an example of applying a style to an entire row.
call define(<span style="background-color: #ffff00">_row_, "style",
"style=[background=#CCFF00
fontface=helvetica
fontweight=bold]");
If your code is similar to the above, you might be able to improve performance by applying styles to individual columns, as shown in the following example.
call define(<span style="background-color: #ffff00">'country', "style",
"style=[background=#CCFF00
fontface=helvetica
fontweight=bold]");
Operating System and Release Information
| SAS System | SAS Web Report Studio | Microsoft® Windows® for x64 | 4.31 | | 9.3 TS1M2 | |
| 64-bit Enabled AIX | 4.31 | | 9.3 TS1M2 | |
| 64-bit Enabled Solaris | 4.31 | | 9.3 TS1M2 | |
| HP-UX IPF | 4.31 | | 9.3 TS1M2 | |
| Linux for x64 | 4.31 | | 9.3 TS1M2 | |
| Solaris for x64 | 4.31 | | 9.3 TS1M2 | |
*
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 |
| Date Modified: | 2013-03-14 16:10:00 |
| Date Created: | 2013-03-08 15:00:12 |