You can use record blocking to improve the performance of I/O operations on files that are opened for input or output only. Specify the blksize=value parameter on a call to the fopen() function or the blkrcd=y on a call to the _Ropen() function to turn on record blocking. In some situations, the operating system will return only one record in the block when processing a file. In these cases there is no performance gain.
You can turn off record blocking without changing your program by specifying SEQONLY(*YES) on the OVRDBF command.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.