Problem Note 18006: Incorrect graph results in SASĀ® Web Report Studio when a report contains
two stored processes
When a report containing multiple stored processes has been created in
SAS Web Report Studio, incorrect results may be displayed. This problem
is most likely to occur when the report contains two stored processes
containing the same SAS/Graph procedure. The same graph will be
displayed for both graph procedures output even though the two stored
processes were different.
To circumvent the problem, specify a unique name using the NAME= option
on your action statement within your stored process. For example,
proc gchart data=dsname;
hbar mid / sumvar=sumval name="midout";
run;
quit;
This problem only occurs when the stored processes have been added in
the same section.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
| SAS System | SAS Web Report Studio | 64-bit Enabled Solaris | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| Solaris | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| Microsoft Windows 2000 Advanced Server | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| Microsoft Windows 2000 Datacenter Server | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| Microsoft Windows Server 2003 Standard Edition | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| Microsoft Windows NT Workstation | 3.1 | 4.2 | 9.1 TS1M3 SP4 | |
| Microsoft Windows XP Professional | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| Microsoft Windows Server 2003 Enterprise Edition | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| Microsoft Windows Server 2003 Datacenter Edition | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| Microsoft Windows 2000 Server | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| HP-UX | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| Microsoft Windows 2000 Professional | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| 64-bit Enabled HP-UX | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| 64-bit Enabled AIX | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
| AIX | 3.1 | 4.2 | 9.1 TS1M3 SP4 | 9.2 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.
| Type: | Problem Note |
| Priority: | high |
| Date Modified: | 2006-08-31 13:52:44 |
| Date Created: | 2006-07-05 11:41:12 |