Wrapped format
A wrapped copybook file has COBOL source records that are terminated by either a carriage return/line feed (Hex 0D 0A) or line feed (Hex 0A). Each source record can be fixed or variable length. The important distinguishing characteristic of a wrapped copybook file format is the terminator (linefeed or carriage return/linefeed) at the end of each source record.
Ensure that the last statement ends with a carriage return/line feed or line feed as appropriate.