Specifies an SPD Server machine by node name or IP address, and locates the name server using the SERVICE= value.
| Valid in: | SPD Server LIBNAME Statement |
| Note: | Option to locate a server host. |
the node name or IP address of the server machine.
the name of the service or port number for the server’s name server.
/etc/services file
(or its equivalent file) for Spdsname, which is a reserved name for
the server's name server.
libname mylib sasspds 'spdsdata'
host='samson';
libname mylib sasspds 'spdsdata'
host='samson'
service='5400';
%let spdshost=samson;
libname mylib sasspds 'spdsdata'
user='yourid'
password='swami';