Valid in: | Anywhere |
Category: | Data Access |
url-options can be any of the following values:
By default, log information is overwritten. To append the log information, you must specify the MOD option in the FILENAME statement that creates the fileref.
To use an encoded password, use the PWENCODE procedure in order to disguise the text string, and then enter the encoded password for the PASS= option. For more information, see PWENCODE Procedure in Base SAS Procedures Guide.
To use an encoded password, use the PWENCODE procedure to disguise the text string, and then enter the encoded password for the PASS= option. For more information, see PWENCODE Procedure in Base SAS Procedures Guide.
http://hostname/ |
http://hostname:portno/ |
If PROMPT is specified, but PUSER is not, the user is prompted for an ID as well as a password.
CR | carriage return (CR). |
CRLF | carriage return (CR) followed by line feed (LF). |
LF | line feed only (the default). |
NULL | NULL character (0x00). |
If you specify the PUSER option, the USER option goes to the Web server regardless of whether you specify a proxy server.
If PROMPT is specified, but USER or PUSER is not, the user is prompted for an ID as well as a password.