| Base SAS Software: SAS Language Elements |
- The FILE, FILENAME, and
INFILE statements support the new ENCODING= statement option. This option
enables you to dynamically change the character-set encoding for processing
external data.
- You can now use the FILENAME, EMAIL (SMTP) access method
to send electronic mail programmatically from SAS in all operating environments
in which SAS runs. In addition, you can change encoding for processing the
message as well as attachments. To send e-mail to an SMTP (Simple Mail Transfer
Protocol) server, you first use the EMAILSYS system option to specify the
SMTP e-mail interface. Next, use the FILENAME statement to specify the EMAIL
device type, and then submit SAS statements in a DATA step or in SCL code.
For example, you can use the logic of a DATA step to subset e-mail distribution
based on a large data set of e-mail addresses. You can also direct output
through e-mail based on the results of processing.
Terms of Use & Legal Information
| Privacy Statement
Copyright © 2001 SAS Institute Inc. All Rights Reserved.