SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 14468: Unable to suppress user-written ODS code results in SAS® Enterprise Guide®

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise GuideMicrosoft Windows Server 2003 Datacenter Edition4.14.229.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition4.14.229.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Standard Edition4.14.229.1 TS1M3 SP49.2 TS2M0
Microsoft Windows XP Professional4.14.229.1 TS1M3 SP49.2 TS2M0
Windows Vista4.14.229.1 TS1M3 SP49.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.