1 2 /* begin include file ... cobol_TYPE12.incl.pl1 */ 3 /* Last modified on 11/17/76 by ORN */ 4 5 /* header */ 6 2 size fixed bin, 7 2 line fixed bin, 8 2 column fixed bin, 9 2 type fixed bin, 10 /* body */ 11 2 string_ptr ptr, 12 2 prev_rec ptr, 13 2 info bit (8), 14 2 def_line fixed bin, 15 2 file_no fixed bin, 16 2 name_size fixed bin, 17 2 name char(0 refer(fd_token.name_size)); 18 19 /* end include file ... cobol_TYPE12.incl.pl1 */ 20