First page Back Continue Last page Graphics
Blocks
Records are organized into file structures known as “blocks”.
- The size, location and configuration of a block is usually determined by the Operating System and underlying hardware.
- Since programs have no control over this size the number of records that a program can store in a block is determined by the size of each record.
- Blocks with simple value records can contain more records per block than records of aggregate structures.