Chapter Contents

Previous

Next
SAS Companion for UNIX Environments

Using Multiple Engines for a Library

You can assign multiple librefs to a single directory, and specify a different engine with each libref. For example, after the following statements are executed, data sets that are referenced by ONE are created and accessed using the default engine, while data sets that are referenced by TWO are created and accessed using the sequential engine:

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.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.