Support for COBOL data division

The COBOL language uses the PICTURE clause to specify the characteristics of elementary data items. This section describes how the RecordClassGenerator processes data items to generate Java helper classes that correctly map to the individual fields. It describes the supported constructs by supplying the smallest COBOL sample that shows the construct, and shows the Java™ code that would be used to interact with the generated helper class.