What format does isCOBOL use for ORGANIZATION RELATIVE files?


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.


Article ID: 100
Created: September 4, 2009
Last Updated: September 4, 2009
Author: Support KB Author

Online URL: https://support.veryant.com/support/phpkb/article.php?id=100