![SAS Scalable Performance Data Server 4.5 Скачать руководство пользователя страница 130](http://html1.mh-extra.com/html/sas/scalable-performance-data-server-4-5/scalable-performance-data-server-4-5_administrators-manual_1199864130.webp)
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
Содержание Scalable Performance Data Server 4.5
Страница 1: ...SAS Scalable Performance Data Server 4 5 Administrator s Guide...
Страница 7: ...Part 1 Product Notes Chapter 1 SPD Server 4 5 Product Notes 3 1...
Страница 8: ...2...
Страница 12: ...6...
Страница 63: ...Part 3 Migration Chapter 5 SPD Server 3 x to SPD Server 4 5 Conversion Utility 59 57...
Страница 64: ...58...
Страница 70: ...64 Chapter 5 SPD Server 3 x to SPD Server 4 5 Conversion Utility...
Страница 72: ...66...
Страница 76: ...70 Chapter 6 Using the SPD Server Name Server to Manage Resources...
Страница 94: ...88 Chapter 7 Administering and Configuring SPD Server Using the SAS Management Console...
Страница 98: ...92 Chapter 8 SPD Server SQL Query Rewrite Facility...
Страница 116: ...110 Chapter 10 Configuring Disk Storage for SPD Server...
Страница 128: ...122 Chapter 11 Setting Up SPD Server Parameter Files...
Страница 154: ...148...
Страница 198: ...192 Chapter 14 ACL Security Overview...
Страница 212: ...206 Chapter 15 Managing SPD Server Passwords Users and Table ACLs...
Страница 214: ...208...
Страница 224: ...218 Chapter 16 SPD Server Operator Interface Procedure PROC SPDO...
Страница 236: ...230 Chapter 18 SPD Server Table List Utility Spdsls...
Страница 256: ...250 Chapter 19 SPD Server Backup and Restore Utilities...
Страница 264: ...258 Chapter 20 SPD Server Directory Cleanup Utility...
Страница 270: ......