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