Specify one of the following values:
- 1—Use native (OSAM/VSAM) access methods. Use the DBBUF keyword to control the number of buffers. VSAM KSDS and ESDS overflow data sets are processed using VSAM control interval (CI) processing. DBBUF has no effect on buffer allocation for these types of data sets.
- 2—Use EXCP-level access methods. The utility allocates the number of buffers equal to two cylinders or control areas of DASD space. These buffers reside above the 16 MB line.
3—Use the start I/O access method. The utility allocates the number of buffers equal to two cylinders or control areas of DASD space. These buffers reside above the 16 MB line in fixed storage.
WarningImportant
The start I/O access method has replaced the DBUSS for fast I/O services under DBACC(3). The utility still uses other services of the DBUSS.
If the size of the database data set is smaller than the number of cylinders identified using the MINCYL keyword, the utility switches from DBACC(3) to DBACC(2) (EXCP processing) for OSAM data sets and to DBACC(1) (VSAM processing) for ESDS.