Previous Topic

Next Topic

Book Contents

Book Index

IOA Access Method file allocation formulas

The following formulas illustrate how to calculate space requirements for the Control‑D Repository. For simplicity, only User Report and $SYSDATA record types are taken into account.

To calculate the number of blocks needed to allocate IOA Access Method file data and index components of the Active User Report file, use the formula:

NumberOfBlocks = [(MaxRpts * AvgRptLrecl) + (MaxRpts * AvgSysdataLrecl * RecRatio)]* 1.5/Blksize

To calculate the number of cylinders from the resulting number of blocks, use the formula:

NumberOfCylinders = [NumberOfBlocks/BlocksPerTrack]/TracksPerCylinder + 1

where

The following table provides other relevant information for your convenience:

Table 82 Relevant device information

DASD device

Tracks per cylinder

Optimal block size

Blocks per track

3390

15

27,998

2

3380

15

23,476

2

3350

30

19,068

1

9345

15

22,928

2

Parent Topic

Installation considerations