In SAS Enterprise Miner,
there are several places where LIBNAME statements (or other initialization
code) can be specified. The library allocations can be specified in
these locations:
-
-
Server Initialization 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.)