A CA-Datacom/DB
database is a collection of
CA-Datacom/DB tables, organized within certain
CA-Datacom/DB areas and files. Each table consists
of records that have one or more FIELD entity-occurrences.
Typically, a database is organized according to the types of data and how you want
to use the data. You
must understand and be familiar with your database's organization in order to retrieve
and update information accurately and efficiently. And you must be familiar with
the organization and contents of the database to create descriptor files for the SAS/ACCESS interface.
You need to know about
several
CA-Datacom/DB entity-types
to use the
SAS/ACCESS interface to CA-Datacom/DB. The most important entity-types are databases, records,
and fields. Fields contain the actual data values, which are either character or
numeric
type.
You can define a
field as a
simple field or a
compound field. Fields can also become keys. Two special keys, the
Native Key and the
Master Key, are required for each table. CA-Datacom/DB generates an
index for each
key field. Knowing about the Native Key and the indexes can help you minimize CA-Datacom/DB
processing time for your
view descriptors. In addition, fields can repeat. For more information about fields,
see
FIELD Entity-type.
The following sections
describe the various CA-Datacom/DB entity-types
that pertain to the SAS/ACCESS
interface to CA-Datacom/DB.