What format does isCOBOL use for ORGANIZATION RELATIVE files?

Question ID : 100
Created on 2009-09-04 at 1:16 PM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=100



In isCOBOL the format of an ORGANIZATION RELATIVE file with fixed-length records is the same as that of an ORGANIZATION BINARY SEQUENTIAL file with fixed-length records. The records are stored consecutively with only the record data. No additional bytes, such as record size or a delete marker, are stored with the record. Each record is the same length as the maximum length record. 

isCOBOL marks deleted records in the file by replacing the record data with all low-values. Therefore writing a record containing all low-values from COBOL will cause that record to appear to be deleted.


Back to Original Question