libnames.parm
file as a central tool to control SPD Server domain resources and user
access to SPD Server domains.
Domain Naming Syntax for Libnames.parm
To define an SPD Server domain in the
libnames.parm
file, you must define the domain
as a LIBNAME and define the path that points to the directory where data files for the
domain are stored.
LIBNAME=domain-name PATHNAME=primary-metadata-path
<optional specifications>
OPTIONS="option-1 <...option-n>"
ROPTIONS="option-1 <...option-n>"
OWNER=owner-id
LIBACLINHERIT=<YES/NO>
DYNLOCK=<YES/NO> ;
The domain name that is associated with the LIBNAME must follow standard SAS
LIBNAME nomenclature rules. The PATHNAME= specification defines the computing
path that will contain the metadata tables that are associated with the domain. By default,
the PATHNAME= specification also will contain the data tables, index tables, and
intermediate tables that the domain creates. SPD Server administrators and users can use
“Domain Path Options” on page 124
to enhance computational performance by specifying
separate paths for domain data, index, and work tables. All SPD Server domain names must
be unique. Different SPD Server domains should never share the same domain path.
Examples of simple
libnames.parm
file domain declarations follow:
LIBNAME=spds123 PATHNAME=c:\data\spds123;
LIBNAME=123spds PATHNAME=c:\data\123spds;
LIBNAME=_under PATHNAME=c:\data\_under;
LIBNAME=under_ PATHNAME=c:\data\under_;
The
libnames.parm
file is the preferred method to declare domains for use in SPD Server.
Users can connect to domains by submitting SAS code to SPD Server after a session has
started. The example SAS code below connects to the first domain that was declared
previously:
LIBNAME spds123 sasspds 'spds123'
server=d8488.5200
user='anonymous';
Domain Path Options
Overview of Data Path Options
You can specify optional path parameters for a domain in
libnames.parm
libref statements.
124
Chapter 12 • Setting Up SPD Server Libname Parameter Files
Summary of Contents for Scalable Performance Data Server 4.5
Page 1: ...SAS Scalable Performance Data Server 4 5 Administrator s Guide...
Page 7: ...Part 1 Product Notes Chapter 1 SPD Server 4 5 Product Notes 3 1...
Page 8: ...2...
Page 12: ...6...
Page 63: ...Part 3 Migration Chapter 5 SPD Server 3 x to SPD Server 4 5 Conversion Utility 59 57...
Page 64: ...58...
Page 70: ...64 Chapter 5 SPD Server 3 x to SPD Server 4 5 Conversion Utility...
Page 72: ...66...
Page 76: ...70 Chapter 6 Using the SPD Server Name Server to Manage Resources...
Page 94: ...88 Chapter 7 Administering and Configuring SPD Server Using the SAS Management Console...
Page 98: ...92 Chapter 8 SPD Server SQL Query Rewrite Facility...
Page 116: ...110 Chapter 10 Configuring Disk Storage for SPD Server...
Page 128: ...122 Chapter 11 Setting Up SPD Server Parameter Files...
Page 154: ...148...
Page 198: ...192 Chapter 14 ACL Security Overview...
Page 212: ...206 Chapter 15 Managing SPD Server Passwords Users and Table ACLs...
Page 214: ...208...
Page 224: ...218 Chapter 16 SPD Server Operator Interface Procedure PROC SPDO...
Page 236: ...230 Chapter 18 SPD Server Table List Utility Spdsls...
Page 256: ...250 Chapter 19 SPD Server Backup and Restore Utilities...
Page 264: ...258 Chapter 20 SPD Server Directory Cleanup Utility...
Page 270: ......