SERVER= LIBNAME Statement Option

Specifies an SPD Server host machine by its host name and service name.

Valid in: SPD Server LIBNAME Statement
Note: Option to locate a server host.

Syntax

SERVER=host-name.service-name

Required Arguments

host-name

the node name of the server host machine.

service-name

the name of a service or the port number for the server’s name server

Example

Specify the server host machine Samson and use the default named service Spdsname to obtain the port number of the name server.
 libname mylib sasspds 'spdsdata'
      server=samson.spdsname;

Specify the server host machine Samson and give the port address of the name server.
   libname mylib sasspds 'spdsdata'
      server=samson.5002;
Last updated: February 8, 2017