SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Basic Concepts
SAS Libraries


Referencing SAS Libraries

To access a library, you assign it a name (also known as a libref, or library reference). You can think of library names as temporary nicknames or shortcuts that you use to identify libraries during a SAS session.

Earlier in this lesson, you saw examples of library names such as Clinic and Finance. In the example below, assume that the library name Clinic references the SAS library C:\Fitness\Data, a directory in the Windows environment.


Name (libref) associated with a SAS library

Note: The specification of the physical name of the SAS library differs by operating environment and machine.


In Working in the SAS Environment, you learned to assign library names using windows. In Setting Up Your SAS Session, you'll learn to assign library names using programming statements.


back||next


Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement