SAS creates and uses a variety of specially structured
files called SAS files. Although Windows manages the file for SAS
by storing it, the operating system cannot process it. For example,
you can list SAS files with the Windows Explorer, but SAS files must
be processed by SAS. SAS files are different from external files.
While external files can be processed by SAS statements and commands,
they are not managed by SAS.
SAS files usually reside
in SAS libraries. Under Windows, a SAS library is a named collection
of SAS files within one or more Windows folders that SAS can access.
Each SAS library has an access engine associated with it the first
time that a file in the library is accessed. The engine name specifies
the access method that SAS uses to process the files in the library.
SAS libraries are described in detail in
SAS Language Reference: Concepts.
The various engines
enable SAS to access different formats or versions of SAS files and
other vendors' files. For this reason, SAS is said to have Multi Engine
Architecture. Multi Engine Architecture, combined with conversion
utilities, provides access to SAS 9.3 files and SAS files created
with previous releases of SAS (back to Version 5), whether they were
created under Windows or other operating environments. Multi Engine
Architecture also provides access to files created by other vendors'
products, including database files.
The following sections
highlight information that you need in order to create and use SAS
files with the various engines under Windows.