1 2 /* BEGIN INCLUDE FILE ... cobol_FD_TOKEN.incl.pl1 */ 3 4 2 size fixed bin, 5 2 line fixed bin, 6 2 column fixed bin, 7 2 type fixed bin, /* FD =12 SD =16 */ 8 2 string_ptr ptr, 9 2 prev_rec ptr, 10 2 info bit(8), 11 2 def_line fixed bin, 12 2 file_no fixed bin, 13 2 name_size fixed bin, 14 2 name char(31); 15 16 /* END INCLUDE FILE ... cobol_FD_TOKEN.incl.pl1 */ 17