The RecordEditor is a Data-File editor, similar to File-Aid or Net-Cobols Cobol-Editor. It uses a Record-Layout to format the data in the file in to a human readable format. Because it knows the format of Fields, it can format Binary Fields as normal numbers rather than displaying hex equivalent as most hex editors do.
The file can be editted in a Table (Spreadsheet like format) or in a single record format with fields going down the page.
The RecordEditor can edit the following formats:Record-Layout’s can either be entered via the Layout-Editor or imported from Cobol Copybooks.
The RecordEditor is written in java (1.4) so it should run on most Computer Systems.
Java
Editor
cobol
mainframe
RecordEditor
License:GPL
bruce-martin
JRecord is a Java project that provides code to read and write Cobol Files and Files with length based records (some times used by Cobol). It contains code used by RecordEditor to read and write files.
Java
cobol
Library
RecordEditor
License:LGPL
bruce-martin
jrecord