Specifies an e-mail logon password.
Valid in: |
configuration file, SAS invocation, OPTIONS
statement, SAS System Options window
|
Category: |
Communications: Email
|
PROC OPTIONS GROUP= |
EMAIL
|
-
PASSWORD
-
specifies the logon password for your logon
name.
Restriction: |
If "password" contains a space, you must enclose the value in double
quotation marks. |
You can use encoded e-mail passwords. When a password is encoded with
PROC PWENCODE, the output string includes a tag that identifies the string
as having been encoded. An example of a tag is {sas001}. The tag indicates
the encoding method. Encoding a password enables you to avoid e-mail access
authentication with a password in plaintext. Passwords that start with "{sas"
trigger an attempt to be decoded. If the decoding succeeds, then that decoded
password is used. If the decoding fails, then the password is used as is.
For more information, see PROC PWENCODE in the
Base SAS Procedures Guide.
Operating Environment Information: In the Windows operating system, SAS will prompt you for
an e-mail ID and a password if the EMAILSYS system option is set to
MAPI or VIM, or if you do not specify the EMAILID and EMAILPW system options
at invocation, or if you are not otherwise logged on to your e-mail
system. If the EMAILSYS system option is set to SMTP, SAS will not prompt
you for an e-mail ID and a password.
For the SMTP access method, use this option
in conjunction with the EMAILID=, EMAILAUTHPROTOCOL=, EMAILPORT, and EMAILHOST
system options. EMAILID= provides the user name, EMAILPW= provides the password,
EMAILPORT specifies the port to which the SMTP server is attached, EMAILHOST
specifies the SMTP server that supports e-mail access for your site, and EMAILAUTHPROTOCOL=
provides the protocol.
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.