If I know the record length (recl) and number of record(n) i want to read in a file is safe to:
open the file with a record length of recl*n
read the file in block
in other work can I always assume that the data will be sequential and not record delimiter will make this operation unsafe.