Chapter Contents |
Previous |
Next |
SAS Companion for UNIX Environments |
libname one v7 '/users/myid/educ'; libname two tape '/users/myid/educ';
Note: Keeping
different types of data libraries in one directory is not recommended because
you must remember the appropriate engine for accessing each library. SAS cannot
determine the right engine for accessing libraries in a directory that contains
libraries of different types. See Omitting Engine Names From the LIBNAME Statement
for more information.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.