A mail server is a program that allows you to retrieve data from a remote computer via electronic mail. You send requests to the server in an E-mail message and it sends you an E-mail message in response.
This E-mail server permits you to always have access to the most current SAS Notes. All you need is access to E-mail via the Internet.
The approach for using the mail server is fairly easy.
SEARCH TABULATEMultiple keywords can also be specified on a SEARCH request. Wildcard searches are also permitted. In the following example, both keywords PRINT and UNIFORM must be present in a SAS Note in order for it to be selected.
SEARCH PRINT UNIFORMThe GET command is used to retrieve SAS Notes. You can specify multiple SAS Note reference numbers on a GET command.
The following GET command will retrieve SAS Notes with reference numbers 7744 and 8197. These correspond to SAS Notes with official names of V6-COPY-7744 and V6-ASSIST-8197.
GET 7744 8197The following example accesses the Version 6 SAS Notes database. Two separate searches are performed and two SAS Notes are retrieved.
TO: tshelp@sas.com
SUBJECT: the subject is ignored
(body of message follows the dashed line)
-----------------------------------------------------
SEARCH XPORT
SEARCH PROC CHART
GET 8562 6981
For a complete list of instructions on using the SAS Notes
E-mail server, please send mail to:
tshelp@sas.comOn the first line of the message specify the following text:
HELP
If you have any questions or comments concerning this E-mail
server, please send email to David Shinn at saswds@sas.com.