LIBNAME market sasspds 'mktdata'
host='sunone'
user='user id'
prompt=yes;
This example specifies
the libref
market
, the engine name
sasspds
, the LIBNAME domain
mktdata
, and the Name Server host
sunone
. It identifies
an SPD Server user ID and is configured to prompt the user for a password.
Alternately, but less recommended, is the following example:
LIBNAME market sasspds 'mktdata'
host='sunone'
user='user id'
passwd='beemer';
The only difference
between this example and the previous example is the password specification.
Here, the password
beemer
is recursed into
the LIBNAME statement. This method can be used for batched SPD Server
jobs that run unattended.