Problem Note 13503: Email with ODS listing causes two emails to be sent and the first one is
blank
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
SAS System | Base SAS | z/OS | 9.1 TS1M0 | 9.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.
Type: | Problem Note |
Priority: | medium |
Topic: | Third Party ==> Information Exchange ==> E-mail (SMTP)
|
Date Modified: | 2005-02-17 15:50:43 |
Date Created: | 2004-09-30 10:32:29 |