1 2 /* BEGIN INCLUDE FILE ... cobol_odo_rec.incl.pl1 */ 3 dcl 1 odo_rec based(com2_ptr), 4 2 next char(5), 5 2 descr char(5), 6 2 seg_no fixed bin, 7 2 offset_l fixed bin(24), 8 2 offset_r fixed bin(24), 9 2 info bit(8); 10 /* END INCLUDE FILE ... cobol_odo_rec.incl.pl1 */ 11