Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe_JRecord_0.80.4.md | 2014-07-26 | 1.4 kB | |
JRecord_Version_0.80.4.7z | 2014-07-26 | 669.5 kB | |
Totals: 2 Items | 670.9 kB | 0 |
JRecord 0.80.3
JRecord is a library for reading Cobol data files in Java. This version adds getUniqueField & getUniqueFieldGroupsInSequence methods. These methods can be used to access fields via Group-Names and field names.
This is an update version containing updated jars and source code. It assumes you have JRecord 0.80 installed:
Downloads
- JRecord_Jars_0.80.4.zip zip file containing replacement jars / source code. You should install version 0.80 if you have not already done so.
Changes
Changes 0.80.4
-
Adding an new Null-Constant ~ CommonBits.NULL_VALUE
- When used, the default value ("" for String, 0 for numerics) is assigned to the field, see XmplLineIOF.java
salesRecord.getFieldValue("KEYCODE-NO").set(CommonBits.NULL_VALUE); salesRecord.getFieldValue("DATE").set(CommonBits.NULL_VALUE);
- When used, the default value ("" for String, 0 for numerics) is assigned to the field, see XmplLineIOF.java
-
Fix's RecordEditor-Xml import/export for System-Name and eol-type.
Changes 0.80.3
- Adding Syncronize to the Cobol-Copybook reader to make it Thread safe.
Changes 0.80.2
- Adding getUniqueField & getUniqueFieldGroupsInSequence which retrieve field-definitions using both the field name and one or more group levels
Changes 0.80.1
- Adding ~1, ~2, ~3 etc to duplicate field-names