Published on :

SAS Default Libraries

This code is also available in: Deutsch Español Français
The document presents the four main SAS© libraries:
  • Work : A temporary library automatically created at the beginning of each SAS© session. It is used to store temporary files (created by the user or internally by SAS©) and is deleted at the end of each normal session. It allows the use of single-level file names for temporary storage.
  • User : An optional library. If a User library is assigned, all files created with a single-level name are permanently stored in this library instead of the Work library. If no User library is assigned, SAS© uses the Work library by default. Files stored in the User library are not deleted at the end of the session.
  • Sashelp : A library automatically assigned by SAS©, containing data examples used in SAS© documentation, as well as catalogs, 'item stores', and other files storing SAS© site-wide parameters.
  • Sasuser : A library automatically assigned by SAS©, containing the user's personal settings and customizations, particularly in the Sasuser.Profile catalog.
Data Analysis

Type : AUCUNE


This document is conceptual and does not contain examples of SAS code manipulating data. It describes the functions and characteristics of the default SAS libraries.

This material is provided "as is" by We Are Cas. There are no warranties, expressed or implied, as to merchantability or fitness for a particular purpose regarding the materials or code contained herein. We Are Cas is not responsible for errors in this material as it now exists or will exist, nor does We Are Cas provide technical support for it.
Copyright Info : Copyright © SAS Institute Inc. All Rights Reserved


Related Documentation : Data Access

Sujet / Mot-cléLien vers la ressource
DOC FedSQL en/sampleCode/FEDSQL9D66