METAUSER= System Option

Specifies the user ID for connecting to the metadata server.
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Communications: Metadata
PROC OPTIONS GROUP= META

Syntax

METAUSER= "userid"

Syntax Description

"userid"
is the user ID for connecting to the metadata server. The maximum length is 256 characters. The quotation marks are optional, unless the user ID includes a special character, such as "sasadm@saspw".

Details

This system option is one of a category of system options that define a connection to the metadata server.
When you are running interactively, you can be prompted for connection properties. Prompting occurs when either METASERVER= or METAPORT= are not specified. Prompting also occurs when METAUSER= or METAPASS= are not specified, and a trusted peer or IWA connection is rejected. For information about trusted peer and IWA, see the SAS Intelligence Platform: Security Administration Guide.
In a network environment, METAUSER= must specify a fully qualified user ID in the form of SERVERNAME\USERID. For information about user definitions, see the SAS Intelligence Platform: Security Administration Guide.
Operating Environment Information: In a configuration file or at SAS invocation, the syntax for SAS system options is specific to your operating environment. For more information, see the SAS documentation for your operating environment.