The following 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.
LIBNAME market sasspds 'mktdata'
host='sunone'
user='user id'
prompt=yes;
Instead of using the
previous code to access SPD Server, you could use the following:
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.
In the second example, the password
beemer
is
included in the LIBNAME statement. You can use this method for batched
SPD Server jobs that run unattended.