Calculating Natural data space
One table is used to store Natural data.
About this task
Collect Natural data as follows:
- Estimate the number of Natural programs that contain ADABAS or PROGRAM calls. Call this number NUM_NATURAL_PROG.
- Estimate the average number of ADABAS or PROGRAM calls per Natural program. Call this number AVG_NATURAL.
- Estimate the number of transaction and program associations. In this example, the estimate is that each can be associated with five transactions.
- Calculate Natural data space as follows:
(144 * NUM_NATURAL_PROG * AVG_NATURAL * PROG_TRAN_RATIO) = NATURAL_DS bytes