Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe_Cobol_Upgrade_097h.md | 2015-10-10 | 1.1 kB | |
RecordEditor_cb2xml_upgrade_0.97h.zip | 2015-10-10 | 207.0 kB | |
Totals: 2 Items | 208.1 kB | 0 |
RecordEditor 0.97h
RecordEditor is an editor for editing Fixed-Width, Csv files using a schema.
This version contains an upgrade to the Cobol import library cb2xml.jar. This upgrade allows the Usage (comp / comp-3) to be specified at Group level.
While this upgrade could be applied to RecordEditor 0.97; I would advise upgrading
to RecordEditor 0.97g first
This upgrade was created for a User Request
Downloads
- RecordEditor_cb2xml_upgrade_0.97h.zip
Installation
- Copy then contents of the lib directory (cb2xml.jar) to your RecordEditor lib directory.
Changes
- new cb2xml.jar to support usage supported a group level i.e.
:::Cobol 05 Group-1 usage comp-3. 07 field-1 pic s9(7)V99 07 field-2 pic s9(5). 07 field-3 pic s9(9)v9(4).