Overview: Allocating Libraries

In SAS Enterprise Miner 7.1, there are several places where LIBNAME statements (or other initialization code) can be specified. The library allocations can be specified in these locations:
  • SAS Autoexec Files
  • Server Initialization Code
  • Project Start Code
  • The SAS Management Console Library Manager Plug-in
The general form of the LIBNAME statement is as follows:
LIBNAME libref "path"; 
For example, you can specify the following statement:
 LIBNAME MYDATA "d:\EMdata\testdata";
(Windows path examples are given, but the same principles apply to UNIX systems.)