SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 13503: Email with ODS listing causes two emails to be sent and the first one is blank

DetailsHotfixAboutRate It
Sending email using ODS Listing causes two emails to be sent.  The first
email is blank and the second one is correct.

Below is an example that illustrates how ODS listing is sent.

filename foo email
   to='any.email@company.com'
   subject='test'
   type='text/plain';

ods listing
  file=foo;
proc print data=sashelp.class;
run;

ods listing close;
ods listing;


A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:

http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#013503

For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:

http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#013503


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASz/OS9.1 TS1M09.1 TS1M3 SP2
* 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.