Usage Note 13786: By default all EMAIL attachment filenames are given an extension
Currently there is no way to send an EMAIL attachment using the EMAIL
ACCESS METHOD without an extension added to the name of the attachment
file name. By default, attachment file names are given an extension of
"txt". If the name of the attachment file does not have an extension
and the filename option ext= is not specified then SAS' email access
method automatically appends an extension to the name of the file. The
extension that is appended to the name is .txt.
In the example below, the actual file name that would be seen by the
recipient would be output.txt.
FILENAME MYFILE EMAIL "email.address@sas.com"
SUBJECT="LIST"
TYPE="text/plain"
ATTACH="output";
This will be corrected in SAS 9.2
A Technical Support hot fix for Release 8.2 (TS2M0) for this
issue is available at:
http://www.sas.com/techsup/download/hotfix/82_sbcs_prod_list.html#013786
For customers running SAS with Asian Language Support (DBCS), this
hot fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/82_dbcs_prod_list.html#013786
Operating System and Release Information
| SAS System | Base SAS | z/OS | 8.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: | medium |
| Topic: | Third Party ==> Information Exchange ==> E-mail (SMTP)
|
| Date Modified: | 2005-03-08 10:24:09 |
| Date Created: | 2004-11-10 15:24:54 |