Usage Note 33001: SAS® Stored Processes that generate HTML drill-down URLs might display output in a new browser window in SAS® Web Report Studio
In SAS Web Report Studio, a stored process that contains an HTML drill-down link might open output in a new browser window. As a workaround, edit the stored process to set the DRILLTARGET parameter to _self, as shown in the following example:
ods html path='c:\' file='test.html' parameters=("DRILLTARGET=_self");
|
Operating System and Release Information
| SAS System | SAS Web Report Studio | z/OS | 4.2 | | 9.2 TS2M0 | |
| Microsoft® Windows® for x64 | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Standard Edition | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows XP Professional | 4.2 | | 9.2 TS2M0 | |
| Windows Vista | 4.2 | | 9.2 TS2M0 | |
| 64-bit Enabled AIX | 4.2 | | 9.2 TS2M0 | |
| 64-bit Enabled Solaris | 4.2 | | 9.2 TS2M0 | |
| HP-UX IPF | 4.2 | | 9.2 TS2M0 | |
| Linux | 4.2 | | 9.2 TS2M0 | |
| Linux for x64 | 4.2 | | 9.2 TS2M0 | |
| Solaris for x64 | 4.2 | | 9.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: | Usage Note |
| Priority: | |
| Topic: | Query and Reporting ==> Interactive Querying SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2009-03-06 16:31:24 |
| Date Created: | 2008-08-18 13:54:37 |