USER= LIBNAME Statement Option

Specifies an SPD Server user ID.

Valid in: SPD Server LIBNAME Statement
Note: This option is required to connect to the server when ACL file security is enabled. If only UNIX file security is configured for the server, it is not necessary.
See: Understanding User Validation and Authorization

Syntax

USER='user-name'

Required Argument

'user-name'

a user ID that is registered in the server’s password database. This user ID is given to you by the server administrator.

Example

This example connects to the server with the user ID MySpdsId.
libname mylib sasspds 'spdsdata' host="husky" service="5600"
  user='myspdsid' prompt=yes;  
Last updated: February 8, 2017