Table of Contents
- Preparing for Open Disk Technology
- Sets
- Subsets
- Set and Subset Physical Options
-
- AREAS and AREASIZE Options
- BUFFERS Option
- CHECKSUM Option
- Disk/Pack Option
- DUMPENCRYPT Option
- DUMPSTAMP Option
- LOADFACTOR Option
- MODULUS Option
- NOFTLOCK Option
- OPEN PARTITIONS Option
- POPULATION Option
- PRIME Option
- RECORDCOUNT Option
- SECURITYGUARD Option
- TABLESIZE Option
- MEMORY RESIDENT Option
- 16BITALIAS Option
- SECTIONS Option
- PHYSICAL SECTIONS Option
- Section Bounds Specification
- VSSWARN Option
- VSS2OPTIMIZE Option
- VSS3OPTIMIZE Option
- Set and Subset Physical Options Example
- Accesses
Sets, subsets, and accesses perform two functions:
-
They allow data set records to be retrieved rapidly.
-
They represent relationships between data set records.
Three methods are used to retrieve records. The method used depends on whether the structure is a set, subset, or Access. Retrieval Methods explains the retrieval methods and relates the access method to structure type.
Table 10. Retrieval Methods
One or more retrieval keys must be specified when a set, subset, or Access uses keyed random or keyed sequential access. Keys must be data items within the data set which the set, subset, or Access references. Keys are specified when the database is defined using DASDL syntax.
Manual subsets can be used to represent relationships between data set records. They can be employed to represent networks in the Enterprise Database Server. Manual subsets are maintained by application programs.
The syntax for using sets, subsets, and accesses is discussed under separate headings in the following text.