SourceForge.net Logo   Record Editor

Record Editor
 

Record Editor

This is a Programmers Data-file editor, similar to the Mainframe Editor - File-Aid or Net-Cobols Cobol-Editor. The Editor is written in java (1.4) so should run on most Computer Systems. The RecordEditor has the following uses

  1. Viewing/editing Fixed field length data files (i.e. fields occupy the same columns in every record. A typical file might be- Columns 1 to 8 Product, Columns 9 to 16 Quantity etc).
  2. Viewing/editing CSV (i.e. Comma / Tab seperated fields) files
  3. Reading / Writing Record orientated files in JAVA.

This program uses a Record-Layout definition to display the data file in a Human Readable Form. It can handle both PC (Text and Binary) and native IBM Mainframe (Text and Binary) file formats.

These Record-Layouts are stored in a Database. There is an option to import Cobol Record Layouts into the Database plus screens to edit the Record Layouts.

Fixed Field Length data files are very common :

But at work we also use them for

I believe the people working in the following areas will find this program very useful:

Program Summary

Language

Java 1.4

Author

Bruce Martin

Requirements

Java 1.4 run time

Testing

Windows XP;Linux (Fedora 3)

 

RecordEditor at SourceForge Download Page Forums