SCHEMA= LIBNAME Statement Option

Specifies the server domain name.

Valid in: SPD Server LIBNAME Statement
Note: Option to identify the server domain name.

Syntax

SCHEMA="domain-name"

Required Argument

DOMAIN-NAME

name of the server domain.

Details

When accessing SPD Server from some applications, you can specify the server domain name in the SCHEMA= option. This enables you to use a named option to specify the domain name. This enables compatibility with the use of the SCHEMA= option in other applications. The following example shows the SCHEMA= option used in the LIBNAME statement:
libname currlib sasspds schema="employee" host="mach1" 
    serv="12345" user="hrdep1" password="xxxxx"  aclspecial=yes;
Last updated: February 8, 2017