» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Cobol + bruce-martin

RecordEditor

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:
  • CSV (Comma, Tab, etc delimitered fields) Files for Windows & Unix.
  • Fixed Field Width data files (both Text and Binary) for Windows, Unix and Z-OS (IBM Mainframe) Operating systems.

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.

JRecord

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.