SAS Safety Scalable Performance Data Server 4.5 用户手册

下载
页码 271
SAS code submitted to SPD Server by the user connects to the PROD, USERTBLS, and
SPDTEMP domains, and configures SPDTEMP as a temporary domain space. Tables in
the SPDTEMP domain will be automatically deleted at the end of the SPD Server session.
LIBNAME PROD sasspds "PROD"
  server=hostname.hostport
  user="user-id"
  password="password"
  IP=YES;
LIBNAME USERTBLS sasspds "USERTBLS"
  server=hostname.hostport
  user="user-id"
  password="password"
  IP=YES;
LIBNAME SPDTEMP sasspds "SPDTEMP"
  server=hostname.hostport
  user="user-id"
  password="password"
  IP=YES
  TEMP=YES;
140
Chapter 12 • Setting Up SPD Server Libname Parameter Files