1 2 /* BEGIN INCLUDE FILE ... cobol_report_rec.incl.pl1 */ 3 dcl 1 report_rec based(com2_ptr), 4 2 next char(5), 5 2 line fixed bin, 6 2 column fixed bin, 7 2 fileno fixed bin, 8 2 defined bit(1), 9 2 size fixed bin, 10 2 name char(31); 11 /* END INCLUDE FILE ... cobol_report_rec.incl.pl1 */ 12