PROMPT= LIBNAME Statement Option

Specifies to prompt the SPD Server user for a password.

Valid in: SPD Server LIBNAME Statement
Default: NO
Note: Option to identify the server client.

Syntax

PROMPT=YES | NO

Required Arguments

YES

prompts a user for a password.

NO

suppresses a prompt for a password.

Details

If ACL file security is enabled, the server validates the password against its user ID table.

Example

The PROMPT= LIBNAME option is specified as follows:
libname mylib sasspds 'spdsdata'
   user='bigwhig'
   prompt=yes;
Last updated: February 8, 2017