File descriptor block must be defined with 0 record
Technologies
Cobol
Rationale
Use BLOCK CONTAINS 0 allows the operating system to optimize the block size and ensure that the maximum number of records will be processed for a single file input/output operation. Small block sizes increase runtime and larger block sizes reduce runtime.