Problem Note 14468: Unable to suppress user-written ODS code results in SAS® Enterprise Guide®
You cannot suppress ODS results from displaying in a project when the results are generated by user-written ODS code within SAS Enterprise Guide 4.1.
In SAS Enterprise Guide 4.2 you can select Tools ► Options ► Results ► Results General, and then select Link handcoded ODS results. This option is selected by default.
Alternatively, in SAS Enterprise Guide 4.2, you can use the NORESULTS option on an ODS statement to suppress results from being displayed, but still be written to disk.
ods noresults;
ods html path='c:\temp' file='test.html';
proc print data=sashelp.class;
run;
ods html close;
|
Operating System and Release Information
SAS System | SAS Enterprise Guide | Microsoft Windows Server 2003 Datacenter Edition | 4.1 | 4.22 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 4.1 | 4.22 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 4.1 | 4.22 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 4.1 | 4.22 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Windows Vista | 4.1 | 4.22 | 9.1 TS1M3 SP4 | 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: | Problem Note |
Priority: | high |
Date Modified: | 2009-12-21 16:23:32 |
Date Created: | 2005-02-02 10:16:48 |