Parsing Incomplete Records

A copybook describes a layout where a certain number of bytes is expected for each item. For PL/I and RPG copybook the Parse activity expects enough bytes for the entire copybook layout. If Parse encounters the end of input data before all items have been fully read it throws an exception.

However, the Parse allows additional flexibility for COBOL copybooks. Configuration fields Allow Incomplete Records and Allow Incomplete Text Items are offered.