Help please...<br><br>I have a Microfocus cobol program running on Unix.<br><br>I'm trying to read an IBM tape file lrecl=128, blocksize=32460. The program only sees the first 4 records of each block (512k worth). Organization is line sequential gets the first 4 records of each block. Organization is record sequential only gets the first record of each block. <br><br>I've tried Block contains 255 records and Block contains 32460 characters. <br><br>Any ideas on what I need to set to get at the additional records. <br><br>I've used the dd command on Unix to copy down the whole tape and that works but I really want to get at the tape file directly from the program. <br><br>Thanks in advance<br>Joe Lama