An
ADABAS database is a collection of data organized
into
ADABAS files. Each
database has an associated
database identifier, which is a numerical value in the range 1 to 65,535, and a
database name, which is a character value with a maximum
of 16 characters. Each database can consist of up to 5,000 logical
files.
An
ADABAS database consists
of three system files: Data Storage, Associator, and Work Storage.
-
The
Data Storage
system file contains the actual data records for all
ADABAS files in a database, in
compressed form.
-
The
Associator system
file contains internal storage information that manages
the data for the entire database.
-
The
Work Storage
system file contains temporary work files.
To use the
SAS/ACCESS interface to
ADABAS, you need to be familiar with three
ADABAS components:
ADABAS files, NATURAL DDMs, and
ADABAS descriptors (which is an
ADABAS data field that provides an index of
its values).
ADABAS files
and NATURAL DDMs are the components from which you create
SAS/ACCESS access descriptor and view descriptor
files. Knowing about
ADABAS descriptors can help you minimize
ADABAS's processing time for your
SAS/ACCESS view descriptors.
Note: To avoid confusion, keep in
mind the two usages of the term
descriptor throughout this document:
-
An
ADABAS descriptor is an
ADABAS data field that provides
an index of the data field's values.
-
SAS/ACCESS descriptor
files, on the other hand, are the files used to establish
a connection between SAS and
ADABAS.
The following sections
describe
ADABAS files, NATURAL
DDMs, and
ADABAS descriptors.