Search notes:

SAS library

A library is a collection of one or more SAS files. The files are sometimes referred to as members.
All members except catalogs can be password protected.

WORK

See work

Engines

A library is associated with an engine.
The engine is a piece of software that is able to read and write the data in the library's members.

Dictionary tables

With the dictionary tables, it's possible to select the members of a library.

Autocall

An autocall library is an operating system directory in which each file contains a macro.
The name of the file must correspond to the name of the macro that it defines. On Windows, the files additionally require a .sas extension.
The locations of autocall directories is specified with the sasautos option.
Apparently, the mautosource option needs to be set for autocalls to work.

TODO

A library might also contain a catalog

See also

The sashelp and the user library.
SAS

Index