Bruce Martin - 2018-06-27
try something like
ICobolIOBuilder iob = JRecordInterface1.COBOL.newIOBuilder("CobolCopybookFileName")
        .setFont("characterSetName");
AbstractLine line = iob.newLine(byteArray);
BigDecimal bd = line.getFieldValue("Comp-3-Field-name").asBigDecimal();

Also have a look at the examples.

This is not a problem, you should:

  • Get a sourceforge user id
  • use the Discussions
 

Last edit: Bruce Martin 2018-06-27