1 2 /* BEGIN INCLUDE FILE ... cobol_TYPE12_DESC.incl.pl1 */ 3 4 /* 5 6 FIELD CONTENTS 7 8 size The total size in bytes of this fd_token. 9 line Generated sequence number of source line containing the 10 first character of the file name reference represented 11 by this token. This field is filled by the replacement 12 phase each time a reference to a file is replaced with 13 the appropriate type 12 token. 14 column The column number on the source image identified by 15 line in which the name of this file begins. 16 type 12 17 string_ptr A pointer to the next name-table entry in the same hash 18 string. This field is used only by the replacement 19 phase. 20 prev_rec A pointer to the immediately preceding name-table item. 21 This field is used only by the replacement phase. 22 info Information bits which are available for future use. 23 def_line Generated source line number of defining data division 24 entry. 25 file_no Internal sequence number assigned to this file. 26 name_size The length in bytes of the file name. 27 name File name. 28 29 */